Home
last modified time | relevance | path

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

/openbsd/src/regress/lib/libedit/readline/
Dhistory.c143 history_set_pos(1); in test_where()
182 if ((ret = history_set_pos(-1)) != 0) in test_set_pos_return_values()
190 if ((ret = history_set_pos(1)) != 1) in test_set_pos_return_values()
206 history_set_pos(0); in test_set_pos_index()
209 history_set_pos(1); in test_set_pos_index()
239 history_set_pos(1); in test_remove()
/openbsd/src/gnu/lib/libreadline/
Dsearch.c109 if (history_set_pos (pos) == 0)
122 history_set_pos (old);
157 history_set_pos (noninc_history_pos);
162 history_set_pos (oldpos);
367 history_set_pos (rl_history_search_pos);
369 history_set_pos (oldpos);
Dhistsearch.c186 history_set_pos (pos);
189 history_set_pos (old);
193 history_set_pos (old);
Dhistory.h129 extern int history_set_pos PARAMS((int));
Dhistory.c149 history_set_pos (pos) in history_set_pos() function
Dkill.c534 history_set_pos (pos);
/openbsd/src/lib/libedit/readline/
Dreadline.h157 int history_set_pos(int);
/openbsd/src/lib/libedit/
Dreadline.c1578 history_set_pos(int pos) in history_set_pos() function
1689 if (!history_set_pos(off) || history(h, &ev, H_CURR) != 0) in history_search_pos()
/openbsd/src/gnu/lib/libreadline/doc/
Dhstech.texinfo242 @deftypefun int history_set_pos (int pos)