Skip Navigation Links | |
Exit Print View | |
Oracle Solaris Studio 12.3: C User's Guide Oracle Solaris Studio 12.3 Information Library |
1. Introduction to the C Compiler
2. C-Compiler Implementation-Specific Information
7. Converting Applications for a 64-Bit Environment
8.2.1 Step 1: Set Up the Environment
8.2.2 Step 2: Invoke the cscope Program
8.2.7 cscope and Editor Call Stacks
8.2.8.1 Changing a Constant to a Preprocessor Symbol
8.2.8.2 Adding an Argument to a Function
8.2.8.3 Changing the Value of a Variable
8.2.9 Command-Line Syntax for Editors
8.3 Unknown Terminal Type Error
A. Compiler Options Grouped by Functionality
B. C Compiler Options Reference
C. Implementation-Defined ISO/IEC C99 Behavior
E. Implementation-Defined ISO/IEC C90 Behavior
H. Oracle Solaris Studio C: Differences Between K&R C and ISO C
cscope is an interactive program that locates specified elements of code in C, lex, or yacc source files. With cscope, you can search and edit your source files more efficiently than you could with a typical editor. cscope has the advantage of supporting function calls, when a function is being called and when it is doing the calling, as well as C language identifiers and keywords.
This chapter provides information about the cscope browser provided with this release.
Note - The cscope program has not yet been updated to understand codes written for the 1999 ISO/IEC C standard. For example, it does not yet recognize the new keywords introduced in the 1999 ISO/IEC C standard.