Home
last modified time | relevance | path

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

/external/libedit/src/editline/
Dreadline.h159 int history_set_pos(int);
/external/wpa_supplicant_8/src/utils/
Dedit_readline.c162 history_set_pos(0); in edit_deinit()
/external/libedit/src/
Dreadline.c1551 history_set_pos(int pos) in history_set_pos() function
1653 if (history_set_pos(off) != 0 || history(h, &ev, H_CURR) != 0) in history_search_pos()