Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/readline/
H A Dmisc.c497 return (rl_get_previous_history (1 + where_history (), key));
519 return (rl_get_previous_history (-count, key));
552 rl_get_previous_history (count, key) in rl_get_previous_history() function
H A Dreadline.c1137 rl_bind_keyseq_if_unbound ("\033[0A", rl_get_previous_history);
1143 rl_bind_keyseq_if_unbound ("\033[A", rl_get_previous_history);
1150 rl_bind_keyseq_if_unbound ("\033OA", rl_get_previous_history);
1158 rl_bind_keyseq_if_unbound ("\340H", rl_get_previous_history);
H A Dfunmap.c120 { "previous-history", rl_get_previous_history },
H A Dvi_keymap.c51 { ISFUNC, rl_get_previous_history }, /* Control-p */
83 { ISFUNC, rl_get_previous_history }, /* - */
155 { ISFUNC, rl_get_previous_history }, /* k */
H A Dsearch.c568 return (rl_get_previous_history (count, ignore));
H A Dterminal.c589 rl_bind_keyseq_if_unbound (_rl_term_ku, rl_get_previous_history);
H A Dreadline.h131 extern int rl_get_previous_history PARAMS((int, int));
H A Disearch.c280 rl_get_previous_history (cxt->save_line - cxt->last_found_line, 0);
H A Demacs_keymap.c51 { ISFUNC, rl_get_previous_history }, /* Control-p */
H A Dtext.c627 rl_get_previous_history (count, ch);
H A Dvi_mode.c303 rl_get_previous_history (wanted, c);
/dragonfly/contrib/libedit/src/editline/
H A Dreadline.h215 int rl_get_previous_history(int, int);
/dragonfly/contrib/gdb-7/gdb/
H A Dtop.c853 rl_get_previous_history (delta, 0); in gdb_rl_operate_and_get_next_completion()
/dragonfly/contrib/libedit/src/
H A Dreadline.c2187 rl_get_previous_history(int count, int key) in rl_get_previous_history() function