Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell_ops.h18 static inline void z_shell_raw_fprintf(const struct shell_fprintf *const ctx, in z_shell_raw_fprintf() function
34 z_shell_raw_fprintf(_shell_->fprintf_ctx, __VA_ARGS__); \
262 z_shell_raw_fprintf(sh->fprintf_ctx, "\n"); in z_cursor_next_line_move()
Dshell_ops.c250 z_shell_raw_fprintf(sh->fprintf_ctx, "*"); in reprint_from_cursor()
321 z_shell_raw_fprintf(sh->fprintf_ctx, "%c", data); in char_replace()
407 z_shell_raw_fprintf(sh->fprintf_ctx, "%s\n", in z_shell_print_cmd()
416 z_shell_raw_fprintf(sh->fprintf_ctx, "%s", in z_shell_print_cmd()
Dshell_help.c59 z_shell_raw_fprintf(sh->fprintf_ctx, str + offset); in formatted_text_print()
Dshell_cmds.c87 z_shell_raw_fprintf(sh->fprintf_ctx, cmd_get_terminal_size); in cursor_position_get()