Inspect Manual
High-Level Inspect Commands
Inspect Manual—429164-006
6-31
Related Commands
key-name
directs Inspect to remove a specific function-key definition. Valid key names 
include F1 through F16 and shifted F1 (SF1) through shifted F16 (SF16).
Related Commands
ADD KEY on page 6-9
KEY on page 6-128
LIST KEY on page 6-136
DELETE SOURCE ASSIGN
The DELETE SOURCE ASSIGN command removes one or all source assignments 
from the current program's source assignment list.
*
directs Inspect to remove all source assignments from the current program’s 
source assignment list.
original-name
directs Inspect to remove a specific source assignment from the current program’s 
source assignment list.
Usage Considerations
Inspect does not perform partial matching when comparing the original name in 
DELETE SOURCE ASSIGN with the original names in the source assignments. 
The original name you specify in DELETE SOURCE ASSIGN must match a source 
assignment’s original name exactly before Inspect will remove that assignment.
OSS pathnames must be absolute pathnames. For example:
DELETE SOURCE ASSIGN { * | original-name }
original-name: one of
 [ \system. ] $volume [ .subvolume [ .file ] ]
 [ \system. ] $process [ .#qual-1 [ .qual-2 ] ]
 [ \system. ] cpu, pin
 [ \system. ] $volume.#number
 /oss-pathname [/oss-pathname...]
-PROG-DELETE SOURCE ASSIGN /usr/fred/src/file.c










