Open System Services Shell and Utilities Reference Manual (G06.27+, H06.04+)

User Commands (d - f) enoft(1)
{ LINES | -SL } number
Species the number of lines of output to display before pausing so that an area of
output does not scroll out of the terminal or emulator display memory. A single
line of output from enoft can result in multiple lines of output on a screen, so more
lines than are specied by number might be displayed.
Valid values for number are in the range 0 (zero) through 65535. If the LINES
attribute is not specied, the default value for number is zero. A zero value causes
output to continue until all results are displayed.
NOTES
As an alternative syntax, enoft allows subcommands to be entered without the dash (-) that nor-
mally begins a command ag. When the dash is omitted, each subcommand after the rst must be
separated from the next subcommand in the command line by a semi-colon (;). Because semi-
colons have signicance to the OSS shell, they must be preceded by a backslash character or that
portion of the command line must be enclosed in quotation marks; for example:
enoft le /usr/subdir/hello.out\; set format innerlist\; dumpcode
or
enoft "le /usr/subdir/hello.out; set format innerlist; dumpcode"
EXAMPLES
1. To nd the names of procedures in a source le named sample.c:
enoft -FILE sample.o -SET SCOPESOURCE sample.c
"-LISTPROC *"
or
enoft -F sample.o -SSS sample.c "-LP *"
2. To nd all the procedures that are called by source le sample.c:
enoft -FILE sample.o -SET SCOPESOURCE sample.c
"-XREFPROC * CALLEDBY"
or
enoft -F sample.o -SSS sample.c "-XP * CALLEDBY"
3. To look at the optimization levels for source le sample.c:
enoft -FILE sample.o -SET SCOPESOURCE sample.c
"-LISTOPTIMIZE *"
or
enoft -F sample.o -SSS sample.c "-LO *"
4. To look at the optimization level for a single procedure:
enoft -FILE sample.o -SET SCOPEPROC procedure-name
"-LISTOPTIMIZE *"
or
enoft -F sample.o -SSP procedure-name "-LO *"
or
enoft -FILE sample.o -LISTPROC procedure-name DETAIL
or
enoft -F sample.o -LP procedure-name D
527188-004 Hewlett-Packard Company 3101