help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How can I locate a struct's defination?


From: Navy Cheng
Subject: How can I locate a struct's defination?
Date: Mon, 3 Aug 2015 09:50:18 +0800
User-agent: Mutt/1.5.23 (2014-03-12)

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]