BOOTSTRAP (kutils) functions
LIBRARY ROUTINE
kre_status - return a parse status code
LIBRARY CALL
int kre_status(void)
INPUT
none
OUTPUT
none
RETURN VALUE
error status of the search. It can be one of the following:
KPARSE_OK (parse ok, return data valid),
KPARSE_NOKEY (couldn't find begin key)
KPARSE_NOEND (couldn't find end key)
KPARSE_DATAERR (data string was invalid)
KPARSE_PARTKEY (data ended with partial match)
KPARSE_PARTEND (same as above, but on end key)
KPARSE_NULLKEY (key was NULL)
KPARSE_NULLEND (end key was NULL)
KPARSE_SYNTAXKEY (key had an illegal syntax)
KPARSE_SYNTAXEND (end key had an illegal syntax)
DESCRIPTION
Returns an integer status code that can be used
by other library routines to determine the error
that occured during the parse.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/objects/library/kutils/src/regex.c
SEE ALSO
kutils(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.