Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell_ops.c250 z_shell_raw_fprintf(sh->fprintf_ctx, "*"); in reprint_from_cursor()
300 z_shell_raw_fprintf(sh->fprintf_ctx, "%c", data); in char_replace()
386 z_shell_raw_fprintf(sh->fprintf_ctx, "%s\n", in z_shell_print_cmd()
395 z_shell_raw_fprintf(sh->fprintf_ctx, "%s", in z_shell_print_cmd()
526 z_shell_fprintf_fmt(sh->fprintf_ctx, fmt, args); in z_shell_vfprintf()
530 z_shell_fprintf_fmt(sh->fprintf_ctx, fmt, args); in z_shell_vfprintf()
540 __ASSERT_NO_MSG(sh->fprintf_ctx); in z_shell_fprintf()
Dshell_utils.h88 z_shell_fprintf_buffer_flush(sh->fprintf_ctx); in z_transport_buffer_flush()
Dshell_ops.h34 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_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()
Dshell.c1537 __ASSERT_NO_MSG(sh->fprintf_ctx); in shell_vfprintf()
/Zephyr-latest/include/zephyr/shell/
Dshell.h922 const struct shell_fprintf *fprintf_ctx; member
966 .fprintf_ctx = &_name##_fprintf, \