Home
last modified time | relevance | path

Searched refs:to_select_index (Results 1 – 2 of 2) sorted by relevance

/hypervisor/debug/
A Dshell_priv.h38 int32_t to_select_index; /* used for up/down key to select former cmds */ member
A Dshell.c331 int32_t to_select, current_select = p_shell->to_select_index; in handle_updown_key()
336 to_select = p_shell->to_select_index - 1; in handle_updown_key()
347 if (p_shell->to_select_index != p_shell->input_line_active) { in handle_updown_key()
348 current_select = (p_shell->to_select_index + 1) % MAX_BUFFERED_CMDS; in handle_updown_key()
354 p_shell->to_select_index = current_select; in handle_updown_key()
611 p_shell->to_select_index = p_shell->input_line_active; in shell_process()
656 p_shell->to_select_index = 0; in shell_init()

Completed in 19 milliseconds