Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/readline/
HDsearch.c122 old = where_history ();
134 ret = where_history ();
170 oldpos = where_history ();
471 oldpos = where_history ();
517 rl_history_search_pos = where_history (); in rl_history_search_reinit()
HDhistsearch.c184 old = where_history ();
191 ret = where_history ();
HDmisc.c344 temp = replace_history_entry (where_history (), rl_line_buffer, (histdata_t)rl_undo_list); in rl_maybe_replace_line()
451 hpos = where_history (); in _rl_revert_all_lines()
497 return (rl_get_previous_history (1 + where_history (), key));
HDhistory.h126 extern int where_history PARAMS((void));
HDhistory.c143 where_history () in where_history() function
HDkill.c563 pos = where_history ();
HDisearch.c101 cxt->save_line = where_history ();
HDreadline.c425 entry = replace_history_entry (where_history (), the_line, (histdata_t)NULL);
HDvi_mode.c299 wanted = history_base + where_history () - count;
/dragonfly/contrib/wpa_supplicant/src/utils/
HDedit_readline.c168 h = remove_history(where_history()); in edit_deinit()
/dragonfly/contrib/libedit/src/editline/
HDreadline.h176 int where_history(void);
/dragonfly/contrib/gdb-7/gdb/
HDtop.c850 int delta = where_history () - operate_saved_history; in gdb_rl_operate_and_get_next_completion()
877 where = where_history(); in gdb_rl_operate_and_get_next()
/dragonfly/contrib/libedit/src/
HDreadline.c1650 where_history(void) in where_history() function