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

 

  

posted @ 2016-04-23 23:52  rainker  阅读(103)  评论(0)    收藏  举报