Searched refs:shell_history (Results 1 – 4 of 4) sorted by relevance
21 struct shell_history { struct41 static struct shell_history _name = { \ argument51 void z_shell_history_init(struct shell_history *history);61 void z_shell_history_purge(struct shell_history *history);68 void z_shell_history_mode_exit(struct shell_history *history);82 bool z_shell_history_get(struct shell_history *history, bool up,95 void z_shell_history_put(struct shell_history *history, uint8_t *line,105 static inline bool z_shell_history_active(struct shell_history *history) in z_shell_history_active()
896 struct shell_history *history;
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()
31 shell_history.c