loadname() — Silicon Graphics
NAME
loadname − loads the name on the top of the name stack
SPECIFICATION
C
loadname(name)
short name;
FORTRAN
subroutine loadna(name)
integer*4 name
Pascal
procedure loadname(name: longint);
DESCRIPTION
loadname replaces the top name in the name stack with a new 16-bit integer name. Each time a routine causes a hit in picking or selecting mode, the system stores the contents of the name stack in a buffer.
SEE ALSO
pick, select IRIS Graphics Programming, Section 9.2, Picking
Version 2.5 — April 22, 1987