EXTEND TPU
Compiles one or more VAXTPU procedures to extend the editor. (Same as
EXTEND EVE.)
Example:
Commands Purposes or Effects
---------------------------------------------------------------------
EXTEND TPU myproc Compiles a procedure named MYPROC in the current
TPU myproc buffer. To execute the compiled procedure, use
the TPU command and specify the procedure name.
EXTEND TPU * 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 for you to
choose from.
o To compile the procedure that the cursor is on, without having to type
its name, use the EXTEND THIS command. For a sample procedure, see
help on Command Files.
o Compiler messages appear in the message window. To view all the
messages, use the BUFFER MESSAGES command. See help on Message Buffer.
Related topics:
EXTEND ALL EXTEND THIS SAVE EXTENDED EVE TPU