Searched refs:current_history (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/contrib/libreadline/
H A Dhistory.h130 extern HIST_ENTRY *current_history PARAMS((void));
164 current_history () is the history entry, and the value of this function
H A Dsearch.c173 entry = current_history ();
474 temp = current_history ();
H A Dmisc.c340 temp = current_history ();
H A Dsignals.c457 entry = current_history ();
H A Dhistory.c173 current_history () function
H A Dreadline.c389 entry = current_history ();
H A Dhistexpand.c273 entry = current_history ();
H A Ddisplay.c494 if (_rl_mark_modified_lines && current_history () && rl_undo_list)
/freebsd-9.3-release/lib/libedit/edit/readline/
H A Dreadline.h153 HIST_ENTRY *current_history(void);
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dwpa_cli.c2104 while ((h = current_history())) {
/freebsd-9.3-release/lib/libedit/
H A Dreadline.c1495 current_history(void) function

Completed in 122 milliseconds