Searched refs:to_select (Results 1 – 1 of 1) sorted by relevance
331 int32_t to_select, current_select = p_shell->to_select_index; in handle_updown_key() local336 to_select = p_shell->to_select_index - 1; in handle_updown_key()337 if (to_select < 0) { in handle_updown_key()338 to_select += MAX_BUFFERED_CMDS; in handle_updown_key()341 if (p_shell->buffered_line[to_select][0] != '\0') { in handle_updown_key()342 current_select = to_select; in handle_updown_key()
Completed in 5 milliseconds