Inspect Reference Summary

High-Level Inspect Commands
Inspect Reference Summary
34 106101 Tandem Computers Incorporated
SOURCE The SOURCE command's primary function is to display source text. It performs other
functions, including searching for source text, displaying text from an arbitrary file,
and allowing you to redefine the location of source files.
SOURCE [
source-locator
] [
limit-spec
]...
[
file-locator
] [ WRAP ]
source-locator
: one of
AT
code-location
ICODE [ AT
code-location
]
[ LINE ] #
line-number
[ STATEMENT ]
statement-number
SEARCH
string
[ CASE ] [
position
/
position
]
limit-spec
: one of
FOR
count
[ STATEMENT[S] | LINE[S] | INSTRUCTION[S] ]
BACK
count
[ STATEMENT[S] | LINE[S] | INSTRUCTION[S] ]
/
position
position
: one of
F L #
line-number
statement-number
string
: one of
" [
character
]... "
' [
character
]... '
file-locator
: one of
FILE
file-name
LOCATION
code-location
SCOPE
scope-number
STEP The STEP command resumes execution of the current program at the point where it
was last suspended, and then suspends execution after the program has executed a
certain number of units.
STEP [
step-spec
]
step-spec
: one of
num-units
[
code-unit
]
IN [
num-units
[
code-unit
] ]
OUT [
num-calls
] [ PROC[S] | SUBPROC[S] ]
code-spec
: one of
INSTRUCTION[S] STATEMENT[S] VERB[S]