Searched defs:history (Results 1 – 3 of 3) sorted by relevance
48 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()
105 static inline bool z_shell_history_active(struct shell_history *history) in z_shell_history_active()
918 struct shell_history *history; member