Home
last modified time | relevance | path

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

/hypervisor/debug/
A Dshell.c318 memcpy_erms(p_shell->buffered_line[p_shell->input_line_active] + p_shell->cursor_offset, in handle_delete_key()
319 p_shell->buffered_line[p_shell->input_line_active] + p_shell->cursor_offset + 1, delta); 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()
360 shell_puts(p_shell->buffered_line[p_shell->input_line_active] + p_shell->cursor_offset); in handle_updown_key()
397 shell_puts(p_shell->buffered_line[p_shell->input_line_active] + p_shell->cursor_offset); in shell_handle_special_char()
410 shell_puts(p_shell->buffered_line[p_shell->input_line_active] + p_shell->cursor_offset); in shell_handle_special_char()
449 shell_puts(p_shell->buffered_line[p_shell->input_line_active] + p_shell->cursor_offset); in handle_backspace_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()
[all …]

Completed in 5 milliseconds