Searched refs:z_shell_history_get (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/include/zephyr/shell/ |
D | shell_history.h | 82 bool z_shell_history_get(struct shell_history *history, bool up,
|
/Zephyr-latest/tests/subsys/shell/shell_history/src/ |
D | shell_history_test.c | 39 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/ |
D | shell_history.c | 53 bool z_shell_history_get(struct shell_history *history, bool up, in z_shell_history_get() function
|
D | shell_cmds.c | 362 z_shell_history_get(sh->history, true, in cmd_history()
|
D | shell.c | 227 history_mode = z_shell_history_get(sh->history, up, in history_handle()
|