Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (G-N)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
6-15
INCREMENTEDIT 
Sets the increment to be added to successive line numbers for lines that will be added to 
an EDIT file without explicitly specified line numbers. INCREMENTEDIT is an IOEdit 
procedure and can be used only with files that have been opened by OPENEDIT or 
OPENEDIT_.
INITIALIZEEDIT 
Allocates the EDIT file segment (EFS) to be used by IOEdit and initializes the data 
structures that it contains. 
<11> HO_NoSuppress
enables the display of transition frames, including the shells by which TNS code 
calls TNS/R native procedures, the system procedure that calls a signal handler, and 
some transitions within low-level system software. By default, transition frames are 
not displayed. 
<10> HO_ShowProtected
enables the display of protected context when a signal is generated within protected 
code. If a signal is generated within protected code, such as in a procedure running 
privileged, the context at that site is preserved in the uContext structure passed to the 
signal handler, but it is not displayed unless this option is set.
<7> HO_OneLine
modifies some formatting options to optimize the display of information in a single 
output line. It does not, however, ensure that all the information fits in one line.
context, EXTADDR:ref:1  input
CALL INCREMENTEDIT ( filenum
 ,[ increment ] );
filenum, INT:value input
increment, INT(32):value input
error := INITIALIZEEDIT ( [ swapvol ]
 ,[ maxfiles ]
 ,[ errorabend ]
 ,[ nowait-option ] );
error, INT returned value
swapvol, INT .EXT:ref:4 input










