insert(3) — Unix Programmer’s Manual
NAME
insert - insert commands in an object at the chosen location
SYNOPSIS
C
insert(t, offst)
Tag t;
Offset offst;
FORTRAN
subroutine insert(t, offst)
integer t, offst
Pascal
procedure insert(t: Tag; offst: Offset);
DESCRIPTION
Insert takes a tag t and an offset offst as arguments, and positions an editing pointer on the indicated command. Subsequent graphics commands are added before the indicated command. Closeobj or another positioning command (delete, insert or replace) terminates the insertion.
SEE ALSO
closeobj, delete, editobj, replace
NOTE
This command can only be used in immediate mode.
Silicon Graphics — R1c