kexpr_parent_unset - unset the parent variable list associated with an id
LIBRARY CALL
int kexpr_parent_unset(
long id)
INPUT
id - the id variable (for the child) in which
to unset the parent variable list.
OUTPUT
none
RETURN VALUE
TRUE (1) if the child's parent list was successfully set to
NULL, FALSE (0) otherwise.
DESCRIPTION
This routine unsets the parent variable list previously
specified by kexpr_parent_set(). The result of a call
to this routine is that if a variable is not found in the
variable list associated with the kexpr identifier, then
no other variable list will be checked. In short, this
routine provides a method of forcing variables used to
be "local".
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/objects/library/kexpr/src/routines.c
SEE ALSO
kexpr(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.