nld and noft Manual

nld Options
nld and noft Manual520384-003
3-6
-fl or -obey
-fl or -obey
Specifies the name of an nld command file containing nld command tokens.
filename
is an edit file (for the Guardian version of nld) or a C text file (for the OSS version
of nld).
Tokens can be separated by spaces, tabs, or ends of lines. Within the command file,
two hyphens indicate a comment that extends to the end of the current line. Command
files can be nested and there is no limit to the depth of nesting. Recursive nesting does
not cause an error; nld does not read the same command file more than once.
-import
For HP internal use in constructing SRLs. Imports an unresolved symbol from the SRL.
symbol_name
is the name of the unresolved symbol to be imported from the SRL.
filename
is the external name of the SRL that contains symbol_name. The filename
cannot be a map DEFINE name.
srlname
is the internal name of the SRL that contains symbol_name.
Searches for symbol_name in an SRL are governed by -L or -libvol on page 3-8, using
the rules for -l or -lib on page 3-7.
Do not use -import with -r on page 3-11.
{ -fl | -obey } filename
-import symbol_name { filename | =srlname }