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
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
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
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
* 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
* 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
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
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
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
9 matches
Mail list logo