Home
last modified time | relevance | path

Searched refs:shell_vt100_color (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/include/zephyr/shell/
Dshell_types.h14 enum shell_vt100_color { enum
30 enum shell_vt100_color col; /*!< Text color. */
31 enum shell_vt100_color bgcol; /*!< Background color. */
Dshell.h1071 void __printf_like(3, 4) shell_fprintf_impl(const struct shell *sh, enum shell_vt100_color color,
1088 void shell_vfprintf(const struct shell *sh, enum shell_vt100_color color,
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt_shell_private.c17 static void wall_vfprintf(enum shell_vt100_color color, const char *fmt, va_list args) in wall_vfprintf()
45 void bt_shell_fprintf(enum shell_vt100_color color, in bt_shell_fprintf()
Dbt_shell_private.h23 __printf_like(2, 3) void bt_shell_fprintf(enum shell_vt100_color color,
Dbt.c321 static void print_data_hex(const uint8_t *data, uint8_t len, enum shell_vt100_color color) in print_data_hex()
/Zephyr-latest/subsys/shell/
Dshell_ops.h355 enum shell_vt100_color color);
369 void z_shell_fprintf(const struct shell *sh, enum shell_vt100_color color,
372 void z_shell_vfprintf(const struct shell *sh, enum shell_vt100_color color,
Dshell_ops.c461 enum shell_vt100_color bgcolor) in vt100_bgcolor_set()
481 enum shell_vt100_color color) in z_shell_vt100_color_set()
515 void z_shell_vfprintf(const struct shell *sh, enum shell_vt100_color color, in z_shell_vfprintf()
535 enum shell_vt100_color color, in z_shell_fprintf()
Dshell.c1529 void shell_vfprintf(const struct shell *sh, enum shell_vt100_color color, in shell_vfprintf()
1566 void shell_fprintf_impl(const struct shell *sh, enum shell_vt100_color color, in shell_fprintf_impl()