Searched refs:shell_vt100_color (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/include/zephyr/shell/ |
D | shell_types.h | 14 enum shell_vt100_color { enum 30 enum shell_vt100_color col; /*!< Text color. */ 31 enum shell_vt100_color bgcol; /*!< Background color. */
|
D | shell.h | 1071 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/ |
D | bt_shell_private.c | 17 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()
|
D | bt_shell_private.h | 23 __printf_like(2, 3) void bt_shell_fprintf(enum shell_vt100_color color,
|
D | bt.c | 321 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/ |
D | shell_ops.h | 355 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,
|
D | shell_ops.c | 461 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()
|
D | shell.c | 1529 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()
|