# find `pwd` \( -name '*.c' -o -name '*.h' -o ... \) -print > cscope.files
# cscope -i cscope.files
vi에서 찾아가기
:cs find OPTION SYMBOL
OPTIONs
s : C symbol
g : definition
d : called function
c : calling function