Hi

I use cscope in vim. I want to find the definition of struct platform_device. 

I try
: cs find g platform_device

But the result contains lots of other things. like:

variable named platform_device
declaration of struct platform_device
arguments whose type is struct platform device

such as
int (*setup)(struct platform_device *, struct legacy_probe *probe,
struct platform_device;

the definition is also included in the result, but it't very difficult to find 
it because the output is too long.
Can I let cscope find only the exact definition of struct platform_device. 

_______________________________________________
Cscope-devel mailing list
Cscope-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cscope-devel

Reply via email to