[EMAIL PROTECTED] said:
> # cd /usr/src/linux
> # find -name '*.[ch]' | ctags -L- &
>
> On 15 May 2001, Xavier Bestel wrote:
> > # cd /usr/src/linux
> > # make tags
>
> No, I never use that one because it skips very useful entries like the
> ones from EXPORT_SYMBOL etc. Also, it only shows the cu
and the Linux source crossreferencing site at
http://lxr.linux.no/
is awesome.
Rick Hohensee
www.clienux.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo
On 15 May 2001, Xavier Bestel wrote:
> # cd /usr/src/linux
> # make tags
No, I never use that one because it skips very useful entries like the
ones from EXPORT_SYMBOL etc. Also, it only shows the current architecture.
So, the tags target in the Makefile would only become useful when it is
stripp
Le 15 May 2001 09:21:47 +0100, Tigran Aivazian a écrit :
> On 15 May 2001, Blesson Paul wrote:
> > In everyfile system, dget() function is called. But I cannot find
> > where is the dget() function is written. Where is it
>
> To find this out, you type:
>
> # vi -t dget
>
> and the
On 15 May 2001, Blesson Paul wrote:
> Hi
> In everyfile system, dget() function is called. But I cannot find
> where is the dget() function is written. Where is it
man grep
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAI
On 15 May 2001, Blesson Paul wrote:
> In everyfile system, dget() function is called. But I cannot find
> where is the dget() function is written. Where is it
To find this out, you type:
# vi -t dget
and then look at the bottom line which would show
"./include/linux/dcache.h"
This
6 matches
Mail list logo