Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/shell/
Dshell_log_backend.c185 if (!z_flag_cmd_ctx_get(sh)) { in process_log_msg()
193 if (!z_flag_cmd_ctx_get(sh)) { in process_log_msg()
Dshell_ops.h170 static inline bool z_flag_cmd_ctx_get(const struct shell *sh) in z_flag_cmd_ctx_get() function
Dshell.c1525 __ASSERT_NO_MSG(z_flag_cmd_ctx_get(sh) || in shell_vfprintf()
1537 if (!z_flag_cmd_ctx_get(sh) && !sh->ctx->bypass && z_flag_use_vt100_get(sh)) { in shell_vfprintf()
1541 if (!z_flag_cmd_ctx_get(sh) && !sh->ctx->bypass && z_flag_use_vt100_get(sh)) { in shell_vfprintf()
1722 __ASSERT(!z_flag_cmd_ctx_get(sh), "Function cannot be called" in shell_execute_cmd()