Searched refs:rl_get_previous_history (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/libreadline/
H A Dmisc.c62 /* If non-zero, rl_get_previous_history and rl_get_next_history attempt
447 return (rl_get_previous_history (1 + where_history (), key));
469 return (rl_get_previous_history (-count, key));
502 rl_get_previous_history (count, key) function
H A Dfunmap.c118 { "previous-history", rl_get_previous_history },
H A Dreadline.c1103 rl_bind_keyseq_if_unbound ("\033[0A", rl_get_previous_history);
1109 rl_bind_keyseq_if_unbound ("\033[A", rl_get_previous_history);
1116 rl_bind_keyseq_if_unbound ("\033OA", rl_get_previous_history);
1124 rl_bind_keyseq_if_unbound ("\340H", rl_get_previous_history);
H A Dsearch.c573 return (rl_get_previous_history (count, ignore));
H A Dterminal.c559 rl_bind_keyseq_if_unbound (_rl_term_ku, rl_get_previous_history);
H A Dvi_keymap.c52 { ISFUNC, rl_get_previous_history }, /* Control-p */
84 { ISFUNC, rl_get_previous_history }, /* - */
156 { ISFUNC, rl_get_previous_history }, /* k */
H A Disearch.c276 rl_get_previous_history (cxt->save_line - cxt->last_found_line, 0);
293 /* Don't worry about where to put the mark here; rl_get_previous_history
H A Dreadline.h132 extern int rl_get_previous_history PARAMS((int, int));
H A Demacs_keymap.c52 { ISFUNC, rl_get_previous_history }, /* Control-p */
H A Dtext.c580 rl_get_previous_history (count, ch);
H A Dvi_mode.c273 rl_get_previous_history (wanted, c);
/freebsd-11-stable/lib/libedit/edit/readline/
H A Dreadline.h191 int rl_get_previous_history(int, int);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dtop.c1102 /* The `key' argument to rl_get_previous_history is ignored. */
1103 rl_get_previous_history (delta, 0);
/freebsd-11-stable/lib/libedit/
H A Dreadline.c2040 rl_get_previous_history(int count, int key) function

Completed in 260 milliseconds