Home
last modified time | relevance | path

Searched refs:where_history (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/lib/libreadline/
H A Dsearch.c108 old = where_history ();
120 ret = where_history ();
156 oldpos = where_history ();
285 noninc_history_pos = where_history ();
366 oldpos = where_history ();
412 rl_history_search_pos = where_history (); in rl_history_search_reinit()
H A Dhistsearch.c185 old = where_history ();
192 ret = where_history ();
H A Dmisc.c243 temp = replace_history_entry (where_history (), rl_line_buffer, (histdata_t)rl_undo_list); in rl_maybe_replace_line()
339 return (rl_get_previous_history (1 + where_history (), key));
H A Dhistory.h112 extern int where_history PARAMS((void));
H A Dhistory.c141 where_history () in where_history() function
H A Disearch.c193 last_found_line = orig_line = where_history ();
H A Dkill.c524 pos = where_history ();
H A Dreadline.c372 entry = replace_history_entry (where_history (), the_line, (histdata_t)NULL);
H A Dvi_mode.c227 wanted = history_base + where_history () - count;
/openbsd/lib/libedit/readline/
H A Dreadline.h151 int where_history(void);
/openbsd/regress/lib/libedit/readline/
H A Dhistory.c144 if ((ret = where_history()) != 1) in test_where()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dtop.c1049 int delta = where_history () - operate_saved_history; in gdb_rl_operate_and_get_next_completion()
1075 where = where_history(); in gdb_rl_operate_and_get_next()
/openbsd/gnu/lib/libreadline/doc/
H A Dhstech.texinfo213 @deftypefun int where_history (void)
219 @code{where_history()}. If there is no entry there, return a @code{NULL}
/openbsd/lib/libedit/
H A Dreadline.c1515 where_history(void) in where_history() function