EXTEND EVE
Compiles one or more VAXTPU procedures to extend the editor. (This is the
same as EXTEND TPU.)
Examples:
Command Purpose or effects
---------------------------------------------------------------------
EXTEND EVE myproc Compiles a procedure named MYPROC in the current
buffer.
EXTEND EVE * Compiles all the procedures in the current buffer
-- the same as the EXTEND ALL command.
o You can abbreviate the procedure name. If more than one procedure
matches your request, EVE shows a list of the matching names and
recalls the EXTEND EVE command so you can choose the one you want.
o To compile the procedure that the cursor is on, without having to type
its name, use EXTEND THIS.
o To execute a compiled procedure, use the command TPU and specify the
procedure name.
Related topics:
EXTEND ALL EXTEND THIS SAVE EXTENDED EVE TPU