Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2000 17:37:44 -0400
From:      Bush Doctor <dervish@goku.cl.msu.edu>
To:        Marc Tardif <intmktg@CAM.ORG>
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: finding source to functions
Message-ID:  <20000929173744.A66583@goku.cl.msu.edu>
In-Reply-To: <Pine.LNX.4.10.10009291637130.17580-100000@Gloria.CAM.ORG>; from intmktg@CAM.ORG on Fri, Sep 29, 2000 at 04:39:59PM -0400
References:  <Pine.LNX.4.10.10009291637130.17580-100000@Gloria.CAM.ORG>

next in thread | previous in thread | raw e-mail | index | archive | help
Out of da blue Marc Tardif aka (intmktg@CAM.ORG) 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 for each subdirectory like so:
> for i in /usr/src/sys/
> do
>   if test -d $i
>   then
>     cd $i
>     find ./ -type f -print | xargs ctags -w
>     cd ..
>   fi
> done
> 
> But that didn't work either. Any suggestions to make browsing the source
> code easier?
There's also cscope and cbrowser in the ports under /usr/ports/devel ...

> 
> 
> 

#;^)
-- 
f u cn rd ths, u cn gt a gd jb n cmptr prgrmmng.

bush doctor
<dervish@goku.cl.msu.edu>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000929173744.A66583>