System Debug Reference Manual (32650-90888)

216 Chapter6
System Debug Command Specifications M-X
MACL[IST]
log2##4 Matches "log2004", "log2754", and so on.
The following regular expressions are equivalent to the patterns with
wildcards that are listed above:
`.*`
`pib.*`
`log2[0-9][0-9]4`
By default, all macros are listed.
options
Display Options
Special options can be specified to control the level of detail that is
presented for each macro definition.
Any number of the following options can be specified in any order,
separated by blanks:
NAME Display the macro name, type. (Default value)
PARMS Display parameter names, types, default values.
NOPARMS Skip parameter display.
BODY Display the macro body as a string.
FMTBODY Format the macro body command lines.
NOBODY Skip body display.
VER Display the MACVER string.
NOVER Skip version display.
KEY Display the MACKEY string.
NOKEY Skip keyword display.
HELP Display the MACHELP string.
NOHELP Skip help display.
ALL | @ Display all fields. Same as: NAME PARMS FMTBODY VER
KEY HELP.
PAGE Page eject after each macro definition. Useful for paged
(list file) output.
NOPAGE No special page ejects. (Default)
If none of the options above are specified, NAME is displayed by default. If
any options are specified, they are accumulated to describe which fields
are printed.
Filter Options
The following options can be used to further restrict which macro
definitions are printed, based on keyword and version matching:
KEY=
keyword
Display only those macros that contain the specified
keyword
in their MACKEY keyword string.