Searched refs:current_command_index (Results 1 – 1 of 1) sorted by relevance
31 int current_command_index; variable40 current_command_index = 0; in main_loop()65 if (!count || current_command_index < count_history - 1) in main_loop()74 current_command_index = count_history - 1; in main_loop()124 current_command_index -= type; in change_command()126 if (current_command_index < 0) in change_command()127 current_command_index++; in change_command()128 if (current_command_index >= count_history - 1) in change_command()134 if(current_command_index > 1) in change_command()135 current_command_index = 1; in change_command()[all …]