Re: finding source to functions

2000-10-02 Thread Dag-Erling Smorgrav
Nat Lanza <[EMAIL PROTECTED]> writes: > I tend to feed my tree to LXR, which has a nice function search, along > with a wrapper for glimpse and some reasonable source browsing. I have > my own hacked version, but the original code can be found at > http://lxr.linux.no. It was written to index the

Re: finding source to functions

2000-10-02 Thread Dag-Erling Smorgrav
Marc Tardif <[EMAIL PROTECTED]> writes: > How can I find the source to specific functions in /usr/src/sys? http://lxr.linux.no/freebsd/source> DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the me

Re: finding source to functions

2000-09-30 Thread bush doctor
Out of da blue Nat Lanza aka ([EMAIL PROTECTED]) said: > Arindum Mukerji <[EMAIL PROTECTED]> writes: > > > The ctags utility that comes with vim (http://www.vim.org/) accepts an > > argument of "-R" for recursive ctag-ing. I find it most useful in > > indexing my tree. > > I tend to feed my tre

Re: finding source to functions

2000-09-30 Thread Nat Lanza
Arindum Mukerji <[EMAIL PROTECTED]> writes: > The ctags utility that comes with vim (http://www.vim.org/) accepts an > argument of "-R" for recursive ctag-ing. I find it most useful in > indexing my tree. I tend to feed my tree to LXR, which has a nice function search, along with a wrapper for

Re: finding source to functions

2000-09-30 Thread Arindum Mukerji
* Marc Tardif <[EMAIL PROTECTED]> [000929 15:37]: > How can I find the source to specific functions in /usr/src/sys? I tried > running ctags (find /usr/src/sys/ -type f -print | xargs ctags -w), but it > dumps core because it can't accept so many args. I then tried creating a > tags file for each

Re: finding source to functions

2000-09-29 Thread Alfred Perlstein
* Marc Tardif <[EMAIL PROTECTED]> [000929 13:37] wrote: > How can I find the source to specific functions in /usr/src/sys? I tried > running ctags (find /usr/src/sys/ -type f -print | xargs ctags -w), but it > dumps core because it can't accept so many args. I then tried creating a > tags file for

Re: finding source to functions

2000-09-29 Thread Bush Doctor
Out of da blue Marc Tardif aka ([EMAIL PROTECTED]) said: > How can I find the source to specific functions in /usr/src/sys? I tried > running ctags (find /usr/src/sys/ -type f -print | xargs ctags -w), but it > dumps core because it can't accept so many args. I then tried creating a > tags file fo

Re: finding source to functions

2000-09-29 Thread Thierry Herbelot
Marc Tardif wrote: > > How can I find the source to specific functions in /usr/src/sys? I tried > running ctags (find /usr/src/sys/ -type f -print | xargs ctags -w), but it > dumps core because it can't accept so many args. I then tried creating a > tags file for each subdirectory like so: > for

finding source to functions

2000-09-29 Thread Marc Tardif
How can I find the source to specific functions in /usr/src/sys? I tried running ctags (find /usr/src/sys/ -type f -print | xargs ctags -w), but it dumps core because it can't accept so many args. I then tried creating a tags file for each subdirectory like so: for i in /usr/src/sys/ do if test