Home
last modified time | relevance | path

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

/subsys/shell/
A Dshell_history.c50 history->current = NULL; in z_shell_history_mode_exit()
65 if (history->current == NULL) { in z_shell_history_get()
73 history->current); in z_shell_history_get()
77 sys_dlist_peek_next_no_check(&history->list, history->current); in z_shell_history_get()
81 history->current = l_item; in z_shell_history_get()
130 while (remove_from_tail(history)) { in z_shell_history_purge()
151 z_shell_history_mode_exit(history); in z_shell_history_put()
176 ring_buf_reset(history->ring_buf); in z_shell_history_put()
206 remove_from_tail(history); in z_shell_history_put()
212 sys_dlist_init(&history->list); in z_shell_history_init()
[all …]
A Dshell.c167 z_shell_history_init(sh->history); in history_init()
176 z_shell_history_purge(sh->history); in history_purge()
186 z_shell_history_mode_exit(sh->history); in history_mode_exit()
195 z_shell_history_put(sh->history, line, length); in history_put()
211 z_shell_history_mode_exit(sh->history); in history_handle()
215 if (!z_shell_history_active(sh->history)) { in history_handle()
232 history_mode = z_shell_history_get(sh->history, up, in history_handle()
A Dshell_cmds.c362 z_shell_history_get(sh->history, true, in cmd_history()
545 SHELL_COND_CMD_ARG_REGISTER(CONFIG_SHELL_HISTORY, history, NULL,
A DKconfig234 Enable commands history. History can be accessed using up and down
253 Enable built-in commands like 'clear', 'history', etc.
/subsys/shell/backends/
A DKconfig.backends542 at a time" mode, which enable the history and line-editing features

Completed in 11 milliseconds