command_t
command_t *command;
command = (command_t *)argp;
command_t command;
command_t *command;
command = (command_t *)argp;
command_t command;
process_row(command_t *command)
command_t *curr_row;
parse_verbose(cmdbuf_t *cmds, char *line, command_t *command)
process_verbose(cmdbuf_t *cmds, command_t *command)
parse_and_tokenize_line(cmdbuf_t *cmds, char *buf, command_t *command)
command_t command;
(void) memset(&command, 0, sizeof (command_t));
sizeof (command_t) * (cmds->allocated + PER_ALLOC_COUNT));
command_t *com = cmds->commands;
command_t *commands = cmds->commands;
free_path(command_t *command)
parse_path(char *line, command_t *command)
process_path(command_t *command, picl_nodehdl_t *nodeh)
free_node(command_t *command)
parse_node(char *line, command_t *command)
process_node(command_t *command, picl_nodehdl_t parh, picl_nodehdl_t *nodeh)
free_prop(command_t *command)
parse_prop(char *line, command_t *command)
add_proph_to_row(command_t *command, picl_prophdl_t proph)
process_prop(cmdbuf_t *cmds, command_t *command, picl_nodehdl_t nodeh)
free_refnode(command_t *command)
parse_refnode(char *line, command_t *command)
process_refnode(command_t *command, picl_nodehdl_t parh)
free_refprop(command_t *command)
parse_refprop(char *line, command_t *command)
process_refprop(cmdbuf_t *cmds, command_t *command, picl_nodehdl_t nodeh)
free_table(command_t *command)
parse_table(char *line, command_t *command)
process_table(command_t *command, picl_nodehdl_t nodeh)
command_t *commands;
command_t command_handlers[] = {