repo.or.cz
/
mytuuics.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
修改拨动开关
[mytuuics.git]
/
tags_index
blob
4df2f5401d2d27b893d4c7aae9e35e4bbaf622e1
1
#!/bin/bash
2
rm
cscope.out
3
rm
tags
4
rm
cscope.
in
.out
5
rm
cscope.po.out
6
find
.
-name
"*.h"
-o -name
"*.c"
-o -name
"*.cc"
-o -name
"*.cpp"
-o -name
"*.mk"
-o -name
"*.java"
-o -name
"*.aidl"
-o -name
"*.xml"
>
cscope.files
7
cscope
-bkq -i
cscope.files
8
ctags
-L
cscope.files