noft Manual (G06.26+)
Table Of Contents
- What’s New in This Manual
- About This Manual
- 1 Introduction
- 2 noft Utility
- 3 noft Options
- Break Key
- ! (Exclamation Point)
- CD
- COMMENT
- DUMPADDRESS or DA
- DUMPOFFSET or DO
- DUMPPROC or DP
- DYNSTR2
- ENV
- EXIT or E
- FC
- FILE or F
- HELP or ?
- HISTORY or H
- LAYOUT
- LIBLIST
- LISTATTRIBUTE or LA
- LISTCOMPILERS or LC
- LISTOPTIMIZE or LO
- LISTPROC or LP
- LISTSOURCE or LS
- LISTSRLEXPORTS or LLE
- LISTSRLFIXUPS or LLF
- LISTSRLINFO or LLI
- LISTUNREFERENCED or LUR
- LISTUNRESOLVED or LU
- LOG
- OBEY
- OUT
- QUIT or Q
- RESET
- SET
- SHOW
- SYSTEM or VOLUME
- XREFPROC or XP
- 4 noft Diagnostic Messages
- 5 ar Utility
- 6 ar Diagnostic Messages
- A Sample nld and noft Session
- B Converting From Binder to noft
- C Native Object File Structure
- Glossary
- Index

noft Options
noft Manual—528273-001
3-15
EXIT or E
EXIT or E
The EXIT option stops the noft process.
The noft process stops if you enter the EXIT option. When noft is run
noninteractively as a process, it also stops when the command-line arguments are
exhausted or when it reaches the end-of-file in an OBEY command file (see OBEY on
page 3-40) or a TACL RUN command IN parameter input file.
FC
The FC (Fix Command) enables you to edit or repeat a previously executed command.
When you enter FC, the last command line you enter appears followed by the FC
prompt, a period (.), on the next line. At the prompt, you can enter the subcommands
R, I, and D to replace, insert, and delete characters in the command line. For more
information, see the Guardian User’s Guide.
history-number
is the history-buffer number of the command to be edited or reexecuted.
-history-offset
is a negative offset from the command that history-number represents. The
immediately preceding command is -1.
text
is a string of characters. If you provide text instead of history-number or
-history-offset, the FC option executes the most recently executed command
that begins with the string text.
The history-buffer number of the command specified by history-number,
-history-offset, or text must be less than or equal to the number of commands
in the history buffer, which is determined by SET HISTORYBUFFER. (See SET on
page 3-43, particularly.) The default size of the history buffer is 50 commands.
If you do not specify history-number, -history-offset, or text, the FC option
uses the previous command.
{ EXIT | E }
Note. This option works only in an interactive session.
FC [ history-number | -history-offset | text ]