Inspect Reference Summary

High-Level Inspect Commands
Inspect Reference SUmmary
106101 Tandem Computers Incorporated 23
LIST SOURCE ASSIGN The LIST SOURCE ASSIGN command displays the source assignments from the
source-assignment list for the current Inspect session.
LIST SOURCE ASSIGN[S] [ AS COMMAND[S] ]
LIST SOURCE OPEN The LIST SOURCE OPEN command displays the names of the files that are currently
open as a result of previous SOURCE commands.
LIST SOURCE OPEN[S]
LOG The LOG command records the session input, output, or both input and output in a
permanent file.
LOG { [ BOTH | INPUT | OUTPUT | AS COMMAND[S]] TO
file-name
}
{ STOP }
LOW The LOW command switches Inspect from high-level command mode to low-level
command mode.
LOW
MATCH The MATCH command searches for scope-unit names or other identifiers in the
current program.
MATCH { SCOPE
pattern
}
{ IDENTIFIER
pattern
[ SCOPE
scope-spec
] }
scope-spec
: one of
scope-number
scope-path
MODIFY The MODIFY command changes the value of a data item or register in the current
program. The current program must be in the hold state before you can use MODIFY.
You can specify the new values in the MODIFY command, or you can let Inspect
prompt you for them.
MODIFY {
data-location
[ WHOLE ] [ { = | := }
mod-list
] }
{ REGISTER
register-name
[ { = | := }
expression
] }
{ SIGNAL
signal-id
[ { = | := }
signal-list
] }
mod-list
:
mod-item
[ ,
mod-item
]...
mod-item
:
[
integer
COPIES ]
expression