下载cscope,解压后执行
./configure
make
make install
安装cscope-indexer
sudo apt-get install cscope
修改/usr/bin/cscope-indexer(大概在141行)
egrep -i '\.([chly](xx|pp)*|cc|hh|x|php|sh|inc)$' | \
查找函数定义C-c s d,查找函数很快。
下载cscope,解压后执行
./configure
make
make install
安装cscope-indexer
sudo apt-get install cscope
修改/usr/bin/cscope-indexer(大概在141行)
egrep -i '\.([chly](xx|pp)*|cc|hh|x|php|sh|inc)$' | \
查找函数定义C-c s d,查找函数很快。