The cscope browser is an interactive program
that locates specified elements of code in C,
lex, or yacc source files.
It lets you search and edit your source
files more efficiently than you could with a typical editor.
cscope has this capability because it
can identify function calls
and C language identifiers and keywords.
``How to use cscope''
contains a tutorial on the cscope browser.
NOTE:cscope does not support C++ programs.