본문 바로가기
IT 인터넷/Programming

cscope 사용하기

by D.Dragon 2008. 9. 23.
# 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