Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell_ops.c56 bool z_shell_cursor_in_empty_line(const struct shell *sh) in z_shell_cursor_in_empty_line() function
66 if (z_shell_cursor_in_empty_line(sh) || full_line_cmd(sh)) { in z_shell_op_cond_next_line()
322 if (z_shell_cursor_in_empty_line(sh)) { in char_replace()
Dshell_ops.h315 bool z_shell_cursor_in_empty_line(const struct shell *sh);
Dshell.c645 if (!z_shell_cursor_in_empty_line(sh)) { in execute()
888 if (!z_shell_cursor_in_empty_line(sh)) { in ctrl_metakeys_handle()