unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* How can I locate a struct's defination?
@ 2015-08-03  1:50 Navy Cheng
  0 siblings, 0 replies; only message in thread
From: Navy Cheng @ 2015-08-03  1:50 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,
I use emacs and tags to read kernel source. The tags is create by

    make tags

in the kernel source tree. When I want to find a struct's defination,
something goes wrong. For example: when I find *dentry* , the first
result is:

    struct rchan_buf
    {
        ...
        struct dentry *dentry;          /* channel file dentr
        ...
    }

There are so many items like this before I find

    struct dentry
    {
        ....
    }

How can I find the struct's defination directly?

Thanks.




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-03  1:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-03  1:50 How can I locate a struct's defination? Navy Cheng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).