Searched defs:HIST_ENTRY (Results 1 - 1 of 1) sorted by relevance

/external/libedit/src/editline/
H A Dreadline.h58 } HIST_ENTRY; typedef in typeref:struct:_hist_entry
154 HIST_ENTRY *current_history(void);
155 HIST_ENTRY *history_get(int);
156 HIST_ENTRY *remove_history(int);
157 HIST_ENTRY *replace_history_entry(int, const char *, histdata_t);
160 HIST_ENTRY *previous_history(void);
161 HIST_ENTRY *next_history(void);

Completed in 922 milliseconds