Searched refs:control_type (Results 1 – 4 of 4) sorted by relevance
83 cmd->control_type = type; in build_command_line()136 if (list->control_type == simple_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()864 || next->control_type == if_control) in recurse_read_control_structure()931 || next->control_type == if_control) in read_command_lines()[all …]
347 uint32_t control_type; in switch_port_congestion_setting() local365 if ((errstr = parseint(argv[2], &control_type, 0))) in switch_port_congestion_setting()403 &control_type); in switch_port_congestion_setting()
249 } control_type; typedef266 control_type type; /* What type of control? */
682 enum command_control_type control_type; member