Searched refs:input_line_active (Results 1 – 2 of 2) sorted by relevance
318 memcpy_erms(p_shell->buffered_line[p_shell->input_line_active] + p_shell->cursor_offset, in handle_delete_key()322 p_shell->buffered_line[p_shell->input_line_active][p_shell->input_line_len - 1] = 0; in handle_delete_key()347 if (p_shell->to_select_index != p_shell->input_line_active) { in handle_updown_key()353 if (current_select != p_shell->input_line_active) { in handle_updown_key()368 memcpy_s(p_shell->buffered_line[p_shell->input_line_active], SHELL_CMD_MAX_LEN, in handle_updown_key()454 p_shell->buffered_line[p_shell->input_line_active] + p_shell->cursor_offset, delta); in handle_backspace_key()458 p_shell->buffered_line[p_shell->input_line_active][p_shell->input_line_len - 1] = 0; in handle_backspace_key()476 p_shell->buffered_line[p_shell->input_line_active][p_shell->cursor_offset] = ch; in handle_input_char()601 p_input_line = p_shell->buffered_line[p_shell->input_line_active]; in shell_process()608 p_shell->input_line_active = (p_shell->input_line_active + 1) % MAX_BUFFERED_CMDS; in shell_process()[all …]
36 int32_t input_line_active; /* Active input line index */ member
Completed in 8 milliseconds