Open System Services Shell and Utilities Reference Manual (G06.25+, H06.03+)
Table Of Contents
User Commands (d - f) enoft(1)
{ LINES | -SL } number
Specifies 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 specified by number might be displayed.
Valid values for number are in the range 0 (zero) through 65535. If the LINES
attribute is not specified, 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 flag. When the dash is omitted, each subcommand after the first must be
separated from the next subcommand in the command line by a semi-colon (;). Because semi-
colons have significance 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 file /usr/subdir/hello.out\; set format innerlist\; dumpcode
or
enoft "file /usr/subdir/hello.out; set format innerlist; dumpcode"
EXAMPLES
1. To find the names of procedures in a source file named sample.c:
enoft -FILE sample.o -SET SCOPESOURCE sample.c
"-LISTPROC *"
or
enoft -F sample.o -SSS sample.c "-LP *"
2. To find all the procedures that are called by source file 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 file 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-003 Hewlett-Packard Company 3−101