-b 只建立索引,不进入交互查询(默认进入交互查询模式)
-f reffile 指定输出文件名
生成文件列表
find src lib -type f -name "*.[ch]" -fprint cscope.files
生成数据库
cscope -bqf .cscope.out