Home
last modified time | relevance | path

Searched refs:shell_history (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/shell/
Dshell_history.h21 struct shell_history { struct
41 static struct shell_history _name = { \ argument
51 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()
Dshell.h896 struct shell_history *history;
/Zephyr-Core-3.7.0/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()
DCMakeLists.txt31 shell_history.c