Home
last modified time | relevance | path

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

/subsys/shell/
A Dshell_history.c48 void z_shell_history_mode_exit(struct shell_history *history) in z_shell_history_mode_exit()
53 bool z_shell_history_get(struct shell_history *history, bool up, in z_shell_history_get()
95 static void add_to_head(struct shell_history *history, in add_to_head()
106 static bool remove_from_tail(struct shell_history *history) in remove_from_tail()
128 void z_shell_history_purge(struct shell_history *history) in z_shell_history_purge()
134 void z_shell_history_put(struct shell_history *history, uint8_t *line, in z_shell_history_put()
210 void z_shell_history_init(struct shell_history *history) in z_shell_history_init()

Completed in 5 milliseconds