kvf_modify_form_from_cmd - translate command line string into form tree representation
LIBRARY CALL
int kvf_modify_form_from_cmd(
kform *form,
char *cmd,
int override)
INPUT
form - pointer to the form tree
cmd - the command line string
override - TRUE to over-ride recently-set values
(selection->modified TRUE)
FALSE to leave recently-set values alone
(selection->modified FALSE)
OUTPUT
none
RETURN VALUE
TRUE if form is correctly updated according to
command line, FALSE otherwise
DESCRIPTION
Gathers variables and values from the command line
string passed in, and modifies selections in the form tree
according to those values. Note: this routine is used
primarily by the kcodegen library, and by cantata.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/objects/library/kforms/src/command.c
SEE ALSO
kforms(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.