Searched refs:where_history (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/libreadline/
H A Dhistsearch.c185 old = where_history ();
192 ret = where_history ();
H A Dsearch.c123 old = where_history ();
135 ret = where_history ();
171 oldpos = where_history ();
472 oldpos = where_history ();
518 rl_history_search_pos = where_history ();
H A Dhistory.h126 extern int where_history PARAMS((void));
H A Dmisc.c344 temp = replace_history_entry (where_history (), rl_line_buffer, (histdata_t)rl_undo_list);
447 return (rl_get_previous_history (1 + where_history (), key));
H A Dhistory.c144 where_history () function
H A Dkill.c563 pos = where_history ();
H A Disearch.c100 cxt->save_line = where_history ();
H A Dreadline.c395 entry = replace_history_entry (where_history (), the_line, (histdata_t)NULL);
H A Dvi_mode.c269 wanted = history_base + where_history () - count;
/freebsd-9.3-release/lib/libedit/edit/readline/
H A Dreadline.h152 int where_history(void);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dtop.c1101 int delta = where_history () - operate_saved_history;
1136 where = where_history();
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dwpa_cli.c2109 h = remove_history(where_history());
/freebsd-9.3-release/lib/libedit/
H A Dreadline.c1473 where_history(void) function

Completed in 143 milliseconds