Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
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()
/Zephyr-latest/include/zephyr/shell/
Dshell_history.h105 static inline bool z_shell_history_active(struct shell_history *history) in z_shell_history_active()
Dshell.h918 struct shell_history *history; member