Searched refs:current_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() local342 current_select = to_select; in handle_updown_key()348 current_select = (p_shell->to_select_index + 1) % MAX_BUFFERED_CMDS; in handle_updown_key()353 if (current_select != p_shell->input_line_active) { in handle_updown_key()354 p_shell->to_select_index = current_select; in handle_updown_key()357 …if (strcmp(p_shell->buffered_line[current_select], p_shell->buffered_line[p_shell->input_line_acti… in handle_updown_key()364 shell_puts(p_shell->buffered_line[current_select]); in handle_updown_key()366 size_t len = strnlen_s(p_shell->buffered_line[current_select], SHELL_CMD_MAX_LEN); in handle_updown_key()369 p_shell->buffered_line[current_select], len + 1); in handle_updown_key()
Completed in 6 milliseconds