Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell_cmds.c284 z_flag_use_vt100_set(sh, false); in cmd_vt100_off()
294 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.c1788 return (int)z_flag_use_vt100_set(sh, val); in shell_use_vt100_set()