Searched refs:cursor_offset (Results 1 – 2 of 2) sorted by relevance
371 p_shell->cursor_offset = len; in handle_updown_key()398 p_shell->cursor_offset++; in shell_handle_special_char()403 if (p_shell->cursor_offset > 0) { in shell_handle_special_char()404 p_shell->cursor_offset--; in shell_handle_special_char()415 if (p_shell->cursor_offset > 0) { in shell_handle_special_char()417 p_shell->cursor_offset = 0; in shell_handle_special_char()439 if (p_shell->cursor_offset > 0U) { in handle_backspace_key()462 p_shell->cursor_offset--; in handle_backspace_key()484 p_shell->cursor_offset++; in handle_input_char()511 p_shell->cursor_offset = 0U; in shell_input_line()[all …]
39 uint32_t cursor_offset; /* cursor offset position from left input line */ member
Completed in 10 milliseconds