Home
last modified time | relevance | path

Searched refs:RUBOUT (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Dchardefs.h136 #ifndef RUBOUT
137 #define RUBOUT 0x7f macro
H A Dkeymaps.c128 newmap[RUBOUT].function = rl_rubout; /* RUBOUT == 127 */ in rl_make_keymap()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dchardefs.h136 #ifndef RUBOUT
137 #define RUBOUT 0x7f macro
H A Dkeymaps.c128 newmap[RUBOUT].function = rl_rubout; /* RUBOUT == 127 */ in rl_make_keymap()
H A Dbind.c573 c = RUBOUT; /* readline-specific */ in rl_translate_keyseq()
623 c = (c == '?') ? RUBOUT : CTRL (_rl_to_upper (c)); in rl_translate_keyseq()
711 else if (c == RUBOUT) in rl_untranslate_keyseq()
768 else if (c == RUBOUT) in _rl_untranslate_macro_value()
2518 if (key == RUBOUT) in _rl_get_keyname()
2635 if (CTRL_CHAR (c) || c == RUBOUT) in rl_invoking_keyseqs_in_map()
2640 c = (c == RUBOUT) ? '?' : _rl_to_lower (UNCTRL (c)); in rl_invoking_keyseqs_in_map()
H A Dsearch.c302 case RUBOUT: in _rl_nsearch_dispatch()
H A Dsignals.c768 if (CTRL_CHAR (c) || c == RUBOUT) in rl_echo_signal_char()
H A Ddisplay.c1110 else if (CTRL_CHAR (c) || c == RUBOUT) in rl_redisplay()
2878 if ((CTRL_CHAR (c) && c != '\t') || c == RUBOUT) in rl_show_char()
2880 if (CTRL_CHAR (c) || c == RUBOUT) in rl_show_char()
2912 if (CTRL_CHAR (c) || c == RUBOUT) in rl_character_len()
H A Dcomplete.c552 if (c == 'n' || c == 'N' || c == RUBOUT) in get_y_or_n()
769 if (CTRL_CHAR (string[pos]) || string[pos] == RUBOUT) in fnwidth()
870 else if (*s == RUBOUT) in fnprint()
H A Dvi_mode.c2232 vi_replace_map[RUBOUT].function = rl_vi_overstrike_delete; in rl_vi_replace()
H A DChangeLog.gdb1380 * readline.c (rl_translate_keyseq) Make C-? translate to RUBOUT
/netbsd-src/lib/libedit/readline/
H A Dreadline.h92 #define RUBOUT 0x7f macro
/netbsd-src/share/man/tools/
H A Dsp.ignore706 RUBOUT
1624 RUBOUT
H A Dnewsp.errs179 RUBOUT
3661 RUBOUT
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A Drluserman.info697 NEWLINE, RET, RETURN, RUBOUT, SPACE, SPC, and TAB.
H A Drluser.texi829 @var{RUBOUT},
H A Dreadline.info699 NEWLINE, RET, RETURN, RUBOUT, SPACE, SPC, and TAB.