Searched refs:history_exit (Results 1 – 2 of 2) sorted by relevance
159 return sh->ctx->ctx.flags.history_exit == 1; in z_flag_history_exit_get()166 Z_SHELL_SET_FLAG_ATOMIC(sh, ctx, history_exit, val, ret); in z_flag_history_exit_set()
775 uint32_t history_exit :1; /*!< Request to exit history mode */ member