isobj(3) — Unix Programmer’s Manual
NAME
isobj - tell whether a given object identification names an object
SYNOPSIS
C
Boolean isobj(obj)
Object obj;
FORTRAN
logical function isobj(obj)
integer obj
Pascal
function isobj(obj: Object): Boolean;
DESCRIPTION
Isobj returns TRUE if obj names an object and FALSE if it does not. It will return TRUE any time after the makeobj call for the object.
SEE ALSO
genobj, istag, makeobj
NOTE
This command can only be used in immediate mode.
Silicon Graphics — R1c