kcms_get_imake_symbols - parse symbols from Imakefile
LIBRARY CALL
int
kcms_get_imake_symbols(
kstring *tbname,
kstring *oname,
kstring *bname,
unsigned long *otype)
INPUT
none
OUTPUT
tbname - a pointer to a string. If the pointer is non-NULL,
and the referenced pointer is NULL, then we will
parse the TOOLBOX_NAME symbol out of the Imakefile
and set the pointer to string containing the
toolbox name.
oname - A pointer to a string for the object name.
bname - A pointer to a string for the binary name.
otype - A pointer to an integer value. If non-NULL,
then the OBJECT_TYPE symbol will be parsed from
the Imakefile, and converted to its integer
representation.
RETURN VALUE
TRUE (1) on success, and FALSE (0) on failure.
DESCRIPTION
This routine will try to parse a local Imakefile for
the toolbox name, object name, binary name, and
object type.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/objects/library/kcms/src/generate.c
SEE ALSO
kcms(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.