Searched refs:where_history (Results 1 – 14 of 14) sorted by relevance
108 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()
185 old = where_history ();192 ret = where_history ();
243 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));
112 extern int where_history PARAMS((void));
141 where_history () in where_history() function
193 last_found_line = orig_line = where_history ();
524 pos = where_history ();
372 entry = replace_history_entry (where_history (), the_line, (histdata_t)NULL);
227 wanted = history_base + where_history () - count;
151 int where_history(void);
144 if ((ret = where_history()) != 1) in test_where()
1049 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()
213 @deftypefun int where_history (void)219 @code{where_history()}. If there is no entry there, return a @code{NULL}
1515 where_history(void) in where_history() function