all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.