14 lines
292 B
Markdown
14 lines
292 B
Markdown
# cscope
|
|
|
|
Cscope is a developer's tool for browsing source code.
|
|
Allows searching code for:
|
|
- all references to a symbol
|
|
- global definitions
|
|
- functions called by a function
|
|
- functions calling a function
|
|
- text string
|
|
- regular expression pattern
|
|
- a file
|
|
- files including a file
|
|
|