Home
last modified time | relevance | path

Searched refs:HIST_ENTRY (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libedit/readline/
H A Dreadline.h61 } HIST_ENTRY; typedef
187 HIST_ENTRY *current_history(void);
188 HIST_ENTRY *history_get(int);
189 HIST_ENTRY *remove_history(int);
190 HIST_ENTRY *replace_history_entry(int, const char *, histdata_t);
193 HIST_ENTRY *previous_history(void);
194 HIST_ENTRY *next_history(void);
195 HIST_ENTRY **history_list(void);
271 histdata_t free_history_entry(HIST_ENTRY *);
/freebsd/contrib/libedit/
H A Dreadline.c195 static HIST_ENTRY rl_he;
598 HIST_ENTRY *he; in get_history_event()
1238 HIST_ENTRY *he; in stifle_history()
1486 HIST_ENTRY *
1489 static HIST_ENTRY she; in history_get()
1558 HIST_ENTRY *
1561 HIST_ENTRY *he; in remove_history()
1586 HIST_ENTRY *
1589 HIST_ENTRY *he; in replace_history_entry()
1654 static HIST_ENTRY **_history_listp;
[all …]
/freebsd/contrib/wpa/src/utils/
H A Dedit_readline.c95 HIST_ENTRY *h; in readline_cmd_handler()
161 HIST_ENTRY *h; in edit_deinit()