Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell_log_backend.c186 if (!z_flag_cmd_ctx_get(sh)) { in process_log_msg()
194 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.c1544 __ASSERT_NO_MSG(z_flag_cmd_ctx_get(sh) || in shell_vfprintf()
1559 if (!z_flag_cmd_ctx_get(sh) && !sh->ctx->bypass && z_flag_use_vt100_get(sh)) { in shell_vfprintf()
1563 if (!z_flag_cmd_ctx_get(sh) && !sh->ctx->bypass && z_flag_use_vt100_get(sh)) { in shell_vfprintf()
1746 __ASSERT(!z_flag_cmd_ctx_get(sh), "Function cannot be called" in shell_execute_cmd()