Searched refs:z_flag_cmd_ctx_get (Results 1 – 3 of 3) sorted by relevance
185 if (!z_flag_cmd_ctx_get(sh)) { in process_log_msg()193 if (!z_flag_cmd_ctx_get(sh)) { in process_log_msg()
170 static inline bool z_flag_cmd_ctx_get(const struct shell *sh) in z_flag_cmd_ctx_get() function
1535 __ASSERT_NO_MSG(z_flag_cmd_ctx_get(sh) || in shell_vfprintf()1547 if (!z_flag_cmd_ctx_get(sh) && !sh->ctx->bypass && z_flag_use_vt100_get(sh)) { in shell_vfprintf()1551 if (!z_flag_cmd_ctx_get(sh) && !sh->ctx->bypass && z_flag_use_vt100_get(sh)) { in shell_vfprintf()1732 __ASSERT(!z_flag_cmd_ctx_get(sh), "Function cannot be called" in shell_execute_cmd()