Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dmisc.c534 return (rl_get_previous_history (1 + where_history (), key)); in rl_beginning_of_history()
554 return (rl_get_previous_history (-count, key)); in rl_get_next_history()
587 rl_get_previous_history (int count, int key) in rl_get_previous_history() function
658 rl_get_previous_history (count, 0); in set_saved_history()
H A Dreadline.c1335 rl_bind_keyseq_if_unbound ("\033[0A", rl_get_previous_history); in bind_arrow_keys_internal()
1341 rl_bind_keyseq_if_unbound ("\033[A", rl_get_previous_history); in bind_arrow_keys_internal()
1348 rl_bind_keyseq_if_unbound ("\033OA", rl_get_previous_history); in bind_arrow_keys_internal()
1365 rl_bind_keyseq_if_unbound ("\340H", rl_get_previous_history); in bind_arrow_keys_internal()
1375 rl_bind_keyseq_if_unbound ("\\000H", rl_get_previous_history); in bind_arrow_keys_internal()
H A Dsearch.c656 return (rl_get_previous_history (count, ignore)); in rl_history_search_backward()
693 return (rl_get_previous_history (count, ignore)); in rl_history_substr_search_backward()
H A Dfunmap.c126 { "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 Dterminal.c621 rl_bind_keyseq_if_unbound (_rl_term_ku, rl_get_previous_history); in bind_termcap_arrow_keys()
H A Dreadline.h135 extern int rl_get_previous_history PARAMS((int, int));
H A Demacs_keymap.c51 { ISFUNC, rl_get_previous_history }, /* Control-p */
H A Dtext.c664 rl_get_previous_history (count, ch); in rl_arrow_keys()
H A Dvi_mode.c353 rl_get_previous_history (wanted, c); in rl_vi_fetch_history()
H A DChangeLog.gdb1406 * readline.c: (rl_get_next_history, rl_get_previous_history)
/netbsd-src/lib/libedit/readline/
H A Dreadline.h225 int rl_get_previous_history(int, int);
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
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 */
/netbsd-src/lib/libedit/
H A Dreadline.c2193 rl_get_previous_history(int count, int key) in rl_get_previous_history() function