maketag() — Silicon Graphics
NAME
maketag - names the command in the display list
SPECIFICATION
C
maketag(t)
Tag t;
FORTRAN
subroutine maketa(t)
integer*4 t
Pascal
procedure maketag(t: Tag);
DESCRIPTION
Commands can be explicitly named with the maketag command. The user supplies a 31-bit name that is assigned to the command immediately following the maketag command. The tag is local to that object. The same 31-bit name can be used safely in different objects.
SEE ALSO
gentag, istag
Version 2.4 — May 08, 1986