The bell labs cscope supports the following symbol classification. Will it possible to add support for the "l" and "p" classes too?
Thanks!
http://www.bell-labs.com/project/wwexptools/cscope/cscope.html
A mark is a tab followed by one of these characters:
Char Meaning
@ file
$ function definition
` function call
} function end
# #define
) #define end
~ #include
= direct assignment, increment, or decrement
; enum/struct/union definition end
c class definition
e enum definition
g other global definition
l function/block local definition
m global enum/struct/union member definition
p function parameter definition
s struct definition
t typedef definition
u union definition