Searched refs:python_control (Results 1 – 4 of 4) sorted by relevance
44 python_control, enumerator
145 case python_control: in multi_line_command_p()308 if (list->control_type == python_control) in print_command_lines()680 case python_control: in execute_control_command_1()1026 *command = build_command_line (python_control, ""); in process_next_line()1091 current_cmd->control_type != python_control in recurse_read_control_structure()
196 python_control,476 counted_command_line l = get_command_line (python_control, ""); in python_command()1978 counted_command_line l = get_command_line (python_control, ""); in python_interactive_command()
5139 * cli/cli-script.c (print_command_lines): Handle python_control.5140 (execute_control_command): Handle python_control.5146 (recurse_read_control_structure): Handle python_control.5147 (read_command_lines): Handle python_control.5152 * defs.h (enum command_control_type) <python_control>: New