Home
last modified time | relevance | path

Searched refs:z_flag_use_vt100_set (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/subsys/shell/
Dshell_cmds.c287 z_flag_use_vt100_set(sh, false); in cmd_vt100_off()
297 z_flag_use_vt100_set(sh, true); in cmd_vt100_on()
Dshell_ops.h84 static inline bool z_flag_use_vt100_set(const struct shell *sh, bool val) in z_flag_use_vt100_set() function
Dshell.c1762 return (int)z_flag_use_vt100_set(sh, val); in shell_use_vt100_set()