Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell_ops.h68 return sh->ctx->cfg.flags.use_colors == 1; in z_flag_use_colors_get()
75 Z_SHELL_SET_FLAG_ATOMIC(sh, cfg, use_colors, val, ret); in z_flag_use_colors_set()
Dshell.c1250 cfg_flags.use_colors &= IS_ENABLED(CONFIG_SHELL_VT100_COLORS); in instance_init()
/Zephyr-latest/include/zephyr/shell/
Dshell.h774 uint32_t use_colors :1; /*!< Controls colored syntax */ member
790 .use_colors = 1, \
/Zephyr-latest/subsys/shell/backends/
Dshell_mqtt.c831 .use_colors = 0, in enable_shell_mqtt()