source: buchla-68k/orig/doc/Utilities/CALLS.TXT@ 3ae31e9

Last change on this file since 3ae31e9 was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Imported original source code.

  • Property mode set to 100755
File size: 941 bytes
Line 
1NAME
2 calls -- map the calling structure of a set of functions
3
4SYNOPSIS
5
6 calls [-aehitv] [-d level] [-f function] [-F function[/file.c]]
7 [-w width] [-T prefix] [-D define] [-U undefine] [-I include-dir]
8 [filename|-]*
9
10DESCRIPTION
11
12 Produces a map of the calling structure of the functions in the named
13 files, or stdin, on stdout.
14
15OPTIONS
16
17 a print all calls in every function body
18 d output debug information
19 e index external functions too
20 f,F start calling trace at given function
21 h print this message
22 i print an index of defined functions
23 v list only called functions in index output
24 t terse, list only trees that are requested
25 T temp file prefix
26 w set output width (default = 96)
27 D,U,I as in cpp
28
29BUGS
30
31 This hacked up version for GEMDOS will only do 2 files at a time
32 due to bugs in GEMDOS. More than 2 files will cause it to fail
33 with a "too many files open" error.
Note: See TracBrowser for help on using the repository browser.