[dgplug-users] question on ctags?

Shakthi Kannan shakthimaan at gmail.com
Sun Apr 5 20:58:36 PDT 2009


Hi,

--- On Mon, Apr 6, 2009 at 9:19 AM, Ratnadeep Debnath <rtnpro at gmail.com> wrote:
| I am trying to study the BlueZ source code, and they not only use
| their own header files but also some library header files. It will be
| very helpful if I can tag those library header files along with the
| tag for Bluez src directory. Ctags works fine with the header files in
| the bleZ src directory, but not with some function calls ( printf was
| just one example), which I think is calling the function from the
| standard library headers. And I want to see their definitions to know
| what is going.
\--

Now, this should have been your first post on this query! Anyways,
thanks for making it clear.

Depending on your distro, you can get the libc6 (or glibc) source
package of your distro, and it should have the definition of printf().
Just run ctags on these sources.

You might also want to look into:

cscope:
http://cscope.sourceforge.net/

xcscope:
http://www.opensource.apple.com/darwinsource/Current/cscope-13/cscope/contrib/xcscope/xcscope.el

KScope:
http://kscope.sourceforge.net/

SK

-- 
Shakthi Kannan
http://www.shakthimaan.com



More information about the Users mailing list