loadname() — Silicon Graphics
NAME
loadname - replaces 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: Short);
DESCRIPTION
loadname replaces the top name in the name stack with a new 16-bit integer name. The contents of the name stack are stored in a buffer each time a command causes a "hit" in picking or selecting mode.
SEE ALSO
pick, select
Version 2.4 — May 08, 1986