using cscope&ctags&taglist
cscope:
in vim:
help cs
and you will find anything you want.
cscope -Rbq;
find . -name "*.h" -o -name "*.c" -o -name "*.cc" > cscope.files
find . -name "*.h" -o -name "*.c" -o -name "*.cc" -name "*.cpp" > cscope.files
cscope -bkq -i cscope.files
ctags -R

浙公网安备 33010602011771号