Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell.c1037 if (z_flag_echo_get(sh) && in state_collect()
1050 if (z_flag_echo_get(sh)) { in state_collect()
1057 if (z_flag_echo_get(sh)) { in state_collect()
1072 } else if (z_flag_echo_get(sh)) { in state_collect()
1084 } else if (z_flag_echo_get(sh)) { in state_collect()
1093 if (!z_flag_echo_get(sh)) { in state_collect()
1144 if (z_flag_echo_get(sh)) { in state_collect()
Dshell_ops.c302 if (!z_flag_echo_get(sh)) { in data_insert()
314 if (!z_flag_echo_get(sh)) { in char_replace()
425 if (z_flag_echo_get(sh)) { in z_shell_print_prompt_and_cmd()
Dshell_ops.h92 static inline bool z_flag_echo_get(const struct shell *sh) in z_flag_echo_get() function
Dshell_cmds.c348 z_flag_echo_get(sh) ? "on" : "off"); in cmd_echo()