TACL Reference Manual
Built-In Functions and Variables
HP NonStop TACL Reference Manual—429513-018
9-23
#ARGUMENT Built-In Function
CLOSEPAREN
matches a closing parenthesis.
COMMA
matches a comma.
DEFINENAME
matches a valid DEFINE name as described in Section 5, Statements and
Programs. The name must be terminated by a standard TACL separator.
DEFINETEMPLATE
matches a valid DEFINE template as described in Section 5, Statements and
Programs. The name must be terminated by a standard TACL separator.
DEVICE [ / SYNTAX / ]
matches the name of an existing device. The SYNTAX option specifies that
any device name is acceptable as long as it is formatted correctly.
END
matches the closing square bracket, vertical line, or end-of-line (if the routine
invocation is not enclosed in square brackets) that marks the end of the
argument sequence.
FILENAME [ / file-option [ , file-option ] ... / ]
matches the name of an existing file or a DEFINE name that references an
existing file.
file-option can be either of these:
SEARCHLIST search-place [ search-place ] ...
specifies the locations to be searched for the named file.
search-place can be either of these:
subvol
specifies the subvolume to be searched.
#DEFAULTS
specifies that your current default subvolume is to be searched. Do not
use square brackets around #DEFAULTS.