Searched refs:control_type (Results 1 – 2 of 2) sorted by relevance
83 cmd->control_type = type; in build_command_line()136 if (list->control_type == simple_control) in print_command_lines()146 if (list->control_type == continue_control) in print_command_lines()155 if (list->control_type == break_control) in print_command_lines()164 if (list->control_type == while_control) in print_command_lines()178 if (list->control_type == if_control) in print_command_lines()308 switch (cmd->control_type) in execute_control_command()317 ret = cmd->control_type; in execute_control_command()324 ret = cmd->control_type; in execute_control_command()751 (*command)->control_type = break_control; in read_next_line()[all …]
678 enum command_control_type control_type; member