Searched refs:z_flag_history_exit_set (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/shell/ |
D | shell.c | 180 z_flag_history_exit_set(sh, false); in history_mode_exit() 205 z_flag_history_exit_set(sh, false); in history_handle() 890 z_flag_history_exit_set(sh, true); in ctrl_metakeys_handle() 927 z_flag_history_exit_set(sh, true); in ctrl_metakeys_handle() 933 z_flag_history_exit_set(sh, true); in ctrl_metakeys_handle() 1039 z_flag_history_exit_set(sh, true); in state_collect() 1046 z_flag_history_exit_set(sh, true); in state_collect() 1053 z_flag_history_exit_set(sh, true); in state_collect() 1065 z_flag_history_exit_set(sh, true); in state_collect()
|
D | shell_ops.h | 162 static inline bool z_flag_history_exit_set(const struct shell *sh, bool val) in z_flag_history_exit_set() function
|