kvf_form_to_cmd - translate form tree to command line string
LIBRARY CALL
char *kvf_form_to_cmd(
kform *form,
ksubform *subform,
char *machine,
int expand)
INPUT
form - pointer to the form tree
subform - pointer to a subform tree.
machine - pointer to name of machine on which to exec command
expand - TRUE if filenames are to be expanded, and
expressions are to be evaluated; FALSE otherwise
OUTPUT
none
RETURN VALUE
Allocates & returns a string representing the command
represented by the current configuration of the form tree.
DESCRIPTION
Gathers information from the form tree representing
the command line arguments specified in a *.pane file
and creates the corresponding command line representation
according to the current selection values and the program
named by the routine button on the form. NOTE: this
routine is primarily used in 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.