Searched refs:z_shell_history_put (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/subsys/shell/shell_history/src/ |
D | shell_history_test.c | 71 z_shell_history_put(&history, exp_buf, 20); in ZTEST() 87 z_shell_history_put(&history, exp_buf, 20); in ZTEST() 88 z_shell_history_put(&history, exp_buf, 20); in ZTEST() 122 z_shell_history_put(&history, exp1_buf, 20); in ZTEST() 123 z_shell_history_put(&history, exp2_buf, 15); in ZTEST() 124 z_shell_history_put(&history, exp3_buf, 20); in ZTEST() 149 z_shell_history_put(&history, buf, len); in get_max_buffer_len() 177 z_shell_history_put(&history, exp1_buf, max_len + 1); in ZTEST() 182 z_shell_history_put(&history, exp1_buf, 20); in ZTEST() 183 z_shell_history_put(&history, exp1_buf, max_len - 10); in ZTEST() [all …]
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell_history.h | 95 void z_shell_history_put(struct shell_history *history, uint8_t *line,
|
/Zephyr-latest/subsys/shell/ |
D | shell_history.c | 134 void z_shell_history_put(struct shell_history *history, uint8_t *line, in z_shell_history_put() function
|
D | shell.c | 190 z_shell_history_put(sh->history, line, length); in history_put()
|