Home
last modified time | relevance | path

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

/openbsd/gnu/lib/libreadline/
H A Dchardefs.h131 #ifndef RUBOUT
132 #define RUBOUT 0x7f macro
H A Dkeymaps.c108 newmap[RUBOUT].function = rl_rubout; /* RUBOUT == 127 */ in rl_make_keymap()
H A Dbind.c381 array[l++] = (seq[i] == '?') ? RUBOUT : CTRL (_rl_to_upper (seq[i]));
399 array[l++] = RUBOUT; /* readline-specific */
477 else if (c == RUBOUT)
525 else if (c == RUBOUT)
1703 if (key == RUBOUT)
1818 else if (key == RUBOUT)
H A Dsearch.c221 case RUBOUT:
H A Ddisplay.c686 else if (CTRL_CHAR (c) || c == RUBOUT) in rl_redisplay()
1661 if ((CTRL_CHAR (c) && c != '\t') || c == RUBOUT)
1663 if (CTRL_CHAR (c) || c == RUBOUT)
1696 if (CTRL_CHAR (c) || c == RUBOUT)
H A Disearch.c301 ((CTRL_CHAR (c) || META_CHAR (c) || (c) == RUBOUT) && ((c) != CTRL ('G')))
H A Dcomplete.c396 if (c == 'n' || c == 'N' || c == RUBOUT)
535 else if (c == RUBOUT) \
H A Dvi_mode.c1391 vi_replace_map[RUBOUT].function = rl_vi_overstrike_delete;
/openbsd/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-io.c245 if (CTRL_CHAR (c) || c == RUBOUT) in tui_redisplay_readline()
347 else if (c == RUBOUT) \
385 if (c == 'n' || c == 'N' || c == RUBOUT) in get_y_or_n()
/openbsd/distrib/special/more/
H A Dmore.c97 #define RUBOUT '\177' macro
731 } else if (ch >= ' ' && ch != RUBOUT) in get_line()
1555 *sptr == RUBOUT) { in ttyin()
1594 if ((ch < ' ' && ch != '\n' && ch != ESC) || ch == RUBOUT) { in ttyin()
1595 ch += ch == RUBOUT ? -0100 : 0100; in ttyin()
1670 if ((ch < ' ' && ch != '\n' && ch != ESC) || ch == RUBOUT) { in show()
1671 ch += ch == RUBOUT ? -0100 : 0100; in show()
/openbsd/lib/libedit/readline/
H A Dreadline.h90 #define RUBOUT 0x7f macro
/openbsd/gnu/lib/libreadline/doc/
H A Drluser.texinfo611 @var{RUBOUT},