Home
last modified time | relevance | path

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

/hypervisor/debug/
A Dshell.c305 if (p_shell->cursor_offset < p_shell->input_line_len) { in handle_delete_key()
325 p_shell->input_line_len--; in handle_delete_key()
359 if (p_shell->cursor_offset < p_shell->input_line_len) { in handle_updown_key()
363 clear_input_line(p_shell->input_line_len); in handle_updown_key()
370 p_shell->input_line_len = len; in handle_updown_key()
411 p_shell->cursor_offset = p_shell->input_line_len; in shell_handle_special_char()
461 p_shell->input_line_len--; in handle_backspace_key()
483 p_shell->input_line_len++; in handle_input_char()
510 p_shell->input_line_len = 0U; in shell_input_line()
522 if (p_shell->input_line_len < SHELL_CMD_MAX_LEN) { in shell_input_line()
[all …]
A Dshell_priv.h35 uint32_t input_line_len; /* Length of current input line */ member

Completed in 7 milliseconds