Home
last modified time | relevance | path

Searched refs:history_exit (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/subsys/shell/
Dshell_ops.h159 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()
/Zephyr-Core-3.7.0/include/zephyr/shell/
Dshell.h775 uint32_t history_exit :1; /*!< Request to exit history mode */ member