Home
last modified time | relevance | path

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

12

/netbsd/external/gpl3/gdb/dist/readline/readline/
H A Dmisc.c523 return (rl_get_previous_history (1 + where_history (), key)); in rl_beginning_of_history()
543 return (rl_get_previous_history (-count, key)); in rl_get_next_history()
576 rl_get_previous_history (int count, int key) in rl_get_previous_history() function
H A Dreadline.c1279 rl_bind_keyseq_if_unbound ("\033[0A", rl_get_previous_history); in bind_arrow_keys_internal()
1285 rl_bind_keyseq_if_unbound ("\033[A", rl_get_previous_history); in bind_arrow_keys_internal()
1292 rl_bind_keyseq_if_unbound ("\033OA", rl_get_previous_history); in bind_arrow_keys_internal()
1309 rl_bind_keyseq_if_unbound ("\340H", rl_get_previous_history); in bind_arrow_keys_internal()
1319 rl_bind_keyseq_if_unbound ("\\000H", rl_get_previous_history); in bind_arrow_keys_internal()
H A Dsearch.c619 return (rl_get_previous_history (count, ignore)); in rl_history_search_backward()
656 return (rl_get_previous_history (count, ignore)); in rl_history_substr_search_backward()
H A Dfunmap.c124 { "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.c589 rl_bind_keyseq_if_unbound (_rl_term_ku, rl_get_previous_history); in bind_termcap_arrow_keys()
H A Dreadline.h134 extern int rl_get_previous_history PARAMS((int, int));
H A Disearch.c276 rl_get_previous_history (cxt->save_line - cxt->last_found_line, 0); in _rl_isearch_fini()
H A Demacs_keymap.c51 { ISFUNC, rl_get_previous_history }, /* Control-p */
H A Dtext.c652 rl_get_previous_history (count, ch); in rl_arrow_keys()
H A Dvi_mode.c348 rl_get_previous_history (wanted, c); in rl_vi_fetch_history()
/netbsd/external/gpl3/gdb.old/dist/readline/readline/
H A Dmisc.c523 return (rl_get_previous_history (1 + where_history (), key)); in rl_beginning_of_history()
543 return (rl_get_previous_history (-count, key)); in rl_get_next_history()
576 rl_get_previous_history (int count, int key) in rl_get_previous_history() function
H A Dreadline.c1279 rl_bind_keyseq_if_unbound ("\033[0A", rl_get_previous_history); in bind_arrow_keys_internal()
1285 rl_bind_keyseq_if_unbound ("\033[A", rl_get_previous_history); in bind_arrow_keys_internal()
1292 rl_bind_keyseq_if_unbound ("\033OA", rl_get_previous_history); in bind_arrow_keys_internal()
1309 rl_bind_keyseq_if_unbound ("\340H", rl_get_previous_history); in bind_arrow_keys_internal()
1319 rl_bind_keyseq_if_unbound ("\\000H", rl_get_previous_history); in bind_arrow_keys_internal()
H A Dsearch.c619 return (rl_get_previous_history (count, ignore)); in rl_history_search_backward()
656 return (rl_get_previous_history (count, ignore)); in rl_history_substr_search_backward()
H A Dfunmap.c124 { "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.c589 rl_bind_keyseq_if_unbound (_rl_term_ku, rl_get_previous_history); in bind_termcap_arrow_keys()
H A Dreadline.h134 extern int rl_get_previous_history PARAMS((int, int));
H A Disearch.c276 rl_get_previous_history (cxt->save_line - cxt->last_found_line, 0); in _rl_isearch_fini()
H A Demacs_keymap.c51 { ISFUNC, rl_get_previous_history }, /* Control-p */
H A Dtext.c652 rl_get_previous_history (count, ch); in rl_arrow_keys()
H A Dvi_mode.c348 rl_get_previous_history (wanted, c); in rl_vi_fetch_history()
/netbsd/lib/libedit/readline/
H A Dreadline.h225 int rl_get_previous_history(int, int);
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dtop.c1138 rl_get_previous_history (delta, 0); in gdb_rl_operate_and_get_next_completion()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dtop.c1138 rl_get_previous_history (delta, 0); in gdb_rl_operate_and_get_next_completion()

12