Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/shell/
Dshell_history.h82 bool z_shell_history_get(struct shell_history *history, bool up,
/Zephyr-latest/tests/subsys/shell/shell_history/src/
Dshell_history_test.c39 res = z_shell_history_get(&history, up, out_buf, &out_len); in test_get()
151 if (z_shell_history_get(&history, true, out_buf, &out_len)) { in get_max_buffer_len()
/Zephyr-latest/subsys/shell/
Dshell_history.c53 bool z_shell_history_get(struct shell_history *history, bool up, in z_shell_history_get() function
Dshell_cmds.c362 z_shell_history_get(sh->history, true, in cmd_history()
Dshell.c227 history_mode = z_shell_history_get(sh->history, up, in history_handle()