Open System Services Shell and Utilities Reference Manual (G06.28+, H06.05+)

noft(1) OSS Shell and Utilities Reference Manual
EXIT | E Stops the noft process.
FC [ history-number | -history-offset | text ]
Allows you to edit or repeat a previously executed subcommand line.
history-number Species the number of a previously entered subcommand line.
The default value is the previously entered subcommand line.
-history-offset Species a negative offset from the current subcommand line.
The ag entered before the FC subcommand is -1.
text Is a string of characters.
{ HISTORY | H }[number ]
Displays previously entered subcommand lines. number species the number of
subcommand lines to be displayed. The default value is 10 subcommand lines.
QUIT | Q Stops the noft utility.
EXAMPLES
1. To nd the names of procedures in a source le named sample.c:
noft -FILE sample.o -SET SCOPESOURCE sample.c
"-LISTPROC *"
or
noft -F sample.o -SSS sample.c "-LP *"
2. To nd all the procedures that are called by source le sample.c:
noft -FILE sample.o -SET SCOPESOURCE sample.c
"-XREFPROC * CALLEDBY"
or
noft -F sample.o -SSS sample.c "-XP * CALLEDBY"
3. To look at the optimization levels for source le sample.c:
noft -FILE sample.o -SET SCOPESOURCE sample.c
"-LISTOPTIMIZE *"
or
noft -F sample.o -SSS sample.c "-LO *"
4. To look at the optimization level for a single procedure:
noft -FILE sample.o -SET SCOPEPROC procedure-name
"-LISTOPTIMIZE *"
or
noft -F sample.o -SSP procedure-name "-LO *"
or
noft -FILE sample.o -LISTPROC procedure-name DETAIL
or
noft -F sample.o -LP procedure-name D
5. To look at source le numbers for sample.o:
noft -FILE sample.o "-LISTSOURCE *"
686 Hewlett-Packard Company 527188-007