Lines Matching refs:shell
11 void z_shell_op_cursor_vert_move(const struct shell *sh, int32_t delta) in z_shell_op_cursor_vert_move()
26 void z_shell_op_cursor_horiz_move(const struct shell *sh, int32_t delta) in z_shell_op_cursor_horiz_move()
44 static inline bool full_line_cmd(const struct shell *sh) in full_line_cmd()
56 bool z_shell_cursor_in_empty_line(const struct shell *sh) in z_shell_cursor_in_empty_line()
64 void z_shell_op_cond_next_line(const struct shell *sh) in z_shell_op_cond_next_line()
71 void z_shell_op_cursor_position_synchronize(const struct shell *sh) in z_shell_op_cursor_position_synchronize()
97 void z_shell_op_cursor_move(const struct shell *sh, int16_t val) in z_shell_op_cursor_move()
147 void z_shell_op_cursor_word_move(const struct shell *sh, int16_t val) in z_shell_op_cursor_word_move()
167 void z_shell_op_word_remove(const struct shell *sh) in z_shell_op_word_remove()
207 void z_shell_op_cursor_home_move(const struct shell *sh) in z_shell_op_cursor_home_move()
212 void z_shell_op_cursor_end_move(const struct shell *sh) in z_shell_op_cursor_end_move()
218 void z_shell_op_left_arrow(const struct shell *sh) in z_shell_op_left_arrow()
225 void z_shell_op_right_arrow(const struct shell *sh) in z_shell_op_right_arrow()
232 static void reprint_from_cursor(const struct shell *sh, uint16_t diff, in reprint_from_cursor()
267 static void data_insert(const struct shell *sh, const char *data, uint16_t len) in data_insert()
289 static void char_replace(const struct shell *sh, char data) in char_replace()
306 void z_shell_op_char_insert(const struct shell *sh, char data) in z_shell_op_char_insert()
316 void z_shell_op_char_backspace(const struct shell *sh) in z_shell_op_char_backspace()
327 void z_shell_op_char_delete(const struct shell *sh) in z_shell_op_char_delete()
341 void z_shell_op_delete_from_cursor(const struct shell *sh) in z_shell_op_delete_from_cursor()
349 void z_shell_op_completion_insert(const struct shell *sh, in z_shell_op_completion_insert()
356 void z_shell_cmd_line_erase(const struct shell *sh) in z_shell_cmd_line_erase()
368 static void print_prompt(const struct shell *sh) in print_prompt()
373 void z_shell_print_cmd(const struct shell *sh) in z_shell_print_cmd()
400 void z_shell_print_prompt_and_cmd(const struct shell *sh) in z_shell_print_prompt_and_cmd()
410 static void shell_pend_on_txdone(const struct shell *sh) in shell_pend_on_txdone()
430 void z_shell_write(const struct shell *sh, const void *data, in z_shell_write()
457 z_shell_write((const struct shell *) user_ctx, data, len); in z_shell_print_stream()
460 static void vt100_bgcolor_set(const struct shell *sh, in vt100_bgcolor_set()
480 void z_shell_vt100_color_set(const struct shell *sh, in z_shell_vt100_color_set()
504 void z_shell_vt100_colors_restore(const struct shell *sh, in z_shell_vt100_colors_restore()
515 void z_shell_vfprintf(const struct shell *sh, enum shell_vt100_color color, in z_shell_vfprintf()
534 void z_shell_fprintf(const struct shell *sh, in z_shell_fprintf()
552 void z_shell_backend_rx_buffer_flush(const struct shell *sh) in z_shell_backend_rx_buffer_flush()