maketag(3) — Unix Programmer’s Manual
NAME
maketag - name the next command in the display list
SYNOPSIS
C
maketag(t)
Tag t;
FORTRAN
subroutine maketa(t)
integer 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 itself occupies no space in the object and is local to that object. The same 31-bit name can be used safely in different objects.
SEE ALSO
gentag, istag
Silicon Graphics — R1c