Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell_ops.h285 void z_shell_op_cursor_word_move(const struct shell *sh, int16_t val);
Dshell_ops.c147 void z_shell_op_cursor_word_move(const struct shell *sh, int16_t val) in z_shell_op_cursor_word_move() function
Dshell.c851 z_shell_op_cursor_word_move(sh, -1); in alt_metakeys_handle()
853 z_shell_op_cursor_word_move(sh, 1); in alt_metakeys_handle()