home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: cdc Chapter 2
UNIX Commands
Next: Reference: chgrp
 

cflow



cflow

 [

options

] 

files

Produce an outline (or flowchart) of external function calls for the C, lex, yacc, assembler, or object files . cflow also accepts the cc options -D , -I , and -U .

Options

-d n

Stop outlining when nesting level n is reached.

-i_

Include functions whose names begin with _ .

-ix

Include external and static data symbols.

-r

Invert the listing; show the callers of each function and sort in lexographical order by callee.


Previous: Reference: cdc UNIX in a Nutshell: System V Edition Next: Reference: chgrp
Reference: cdc Book Index Reference: chgrp

The UNIX CD Bookshelf Navigation The UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System