Home
last modified time | relevance | path

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

/external/libedit/src/editline/
Dreadline.h154 HIST_ENTRY *current_history(void);
/external/wpa_supplicant_8/src/utils/
Dedit_readline.c163 while ((h = current_history())) { in edit_deinit()
/external/libedit/examples/
Dfileman.c334 for (he = current_history(); he != NULL; he = previous_history()) { in com_history()
/external/libedit/src/
Dreadline.c1513 current_history(void) in current_history() function