Home
last modified time | relevance | path

Searched refs:z_shell_history_purge (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/subsys/shell/shell_history/src/
Dshell_history_test.c75 z_shell_history_purge(&history); in ZTEST()
90 z_shell_history_purge(&history); in ZTEST()
135 z_shell_history_purge(&history); in ZTEST()
152 z_shell_history_purge(&history); in get_max_buffer_len()
189 z_shell_history_purge(&history); in ZTEST()
214 z_shell_history_purge(&history); in ZTEST()
253 z_shell_history_purge(&history); in ZTEST()
/Zephyr-latest/include/zephyr/shell/
Dshell_history.h61 void z_shell_history_purge(struct shell_history *history);
/Zephyr-latest/samples/subsys/shell/shell_module/src/
Dlogin_cmd.c42 z_shell_history_purge(sh->history); in cmd_login()
/Zephyr-latest/subsys/shell/
Dshell_history.c128 void z_shell_history_purge(struct shell_history *history) in z_shell_history_purge() function
Dshell.c171 z_shell_history_purge(sh->history); in history_purge()