Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/shell/
Dshell_history.h105 static inline bool z_shell_history_active(struct shell_history *history) in z_shell_history_active() function
/Zephyr-latest/subsys/shell/
Dshell.c210 if (!z_shell_history_active(sh->history)) { in history_handle()