/netbsd-src/lib/libedit/ |
H A D | tty.h | 52 # if defined(VWERSE) && !defined(VWERASE) 53 # define VWERASE VWERSE macro 338 # ifdef VWERASE 339 # if NUMCC <= VWERASE 340 # undef VWERASE
|
H A D | tty.c | 149 #ifdef VWERASE 150 {C_WERASE, VWERASE, 411 #if defined(VWERASE) 675 #ifdef VWERASE in tty__getcharindex() 677 return VWERASE; in tty__getcharindex() 771 #ifdef VWERASE in tty__getchar() 772 s[C_WERASE] = td->c_cc[VWERASE]; in tty__getchar() 853 #ifdef VWERASE in tty__setchar() 854 td->c_cc[VWERASE] = s[C_WERASE]; in tty__setchar()
|
/netbsd-src/usr.bin/tset/ |
H A D | set.c | 75 #if defined(VWERASE) && defined(CWERASE) in reset_mode() 76 mode.c_cc[VWERASE] = CHK(mode.c_cc[VWERASE], CWERASE); in reset_mode()
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | rltty.c | 363 #ifdef VWERASE in save_tty_chars() 364 _rl_tty_chars.t_werase = tiop->c_cc[VWERASE]; in save_tty_chars() 875 # if defined (VWERASE) && defined (TERMIOS_TTY_DRIVER) in _rl_bind_tty_special_chars() 878 SET_SPECIAL (VWERASE, rl_vi_unix_word_rubout); in _rl_bind_tty_special_chars() 881 SET_SPECIAL (VWERASE, rl_unix_word_rubout); in _rl_bind_tty_special_chars() 929 # if defined (VWERASE) && defined (TERMIOS_TTY_DRIVER) in rl_tty_unset_default_bindings()
|
/netbsd-src/usr.bin/talk/ |
H A D | init_disp.c | 111 if (tty.c_cc[VWERASE] == (unsigned char) -1) in set_edit_chars() 114 my_win.werase = tty.c_cc[VWERASE]; in set_edit_chars()
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | ttymodes.h | 86 #if defined(VWERASE) 87 TTYCHAR(VWERASE, 13)
|
/netbsd-src/external/bsd/top/dist/ |
H A D | screen.c | 413 ch_werase = old_settings.c_cc[VWERASE]; in screen_init() 438 ch_werase = old_settings.c_cc[VWERASE]; in screen_init()
|
/netbsd-src/libexec/getty/ |
H A D | init.c | 81 { "we", M(VWERASE), NULL }, /* word erase */
|
H A D | subr.c | 161 &tmode.c_cc[VWERASE], &tmode.c_cc[VLNEXT], &tmode.c_cc[VSTATUS],
|
/netbsd-src/sys/sys/ |
H A D | ttydefaults.h | 94 [VWERASE] = CWERASE,
|
H A D | termios.h | 54 #define VWERASE 4 /* ICANON */ macro
|
/netbsd-src/bin/stty/ |
H A D | cchar.c | 77 { "werase", VWERASE, CWERASE },
|
/netbsd-src/sys/compat/common/ |
H A D | tty_43.c | 204 tty_setctrlchar(tp, VWERASE, ltc->t_werasc); in compat_43_ttioctl() 215 ltc->t_werasc = tty_getctrlchar(tp, VWERASE); in compat_43_ttioctl()
|
/netbsd-src/external/bsd/nvi/dist/cl/ |
H A D | cl_funcs.c | 550 #ifdef VWERASE in cl_keyval() 553 (*chp = clp->orig.c_cc[VWERASE]) == (CHAR_T)_POSIX_VDISABLE; in cl_keyval()
|
/netbsd-src/sys/compat/sunos/ |
H A D | sunos_ioctl.c | 237 bt->c_cc[VWERASE] = st->c_cc[14] ? st->c_cc[14] : _POSIX_VDISABLE; in stios2btios() 363 st->c_cc[14]= bt->c_cc[VWERASE] != _POSIX_VDISABLE? bt->c_cc[VWERASE]:0; in btios2stios()
|
/netbsd-src/sys/compat/sunos32/ |
H A D | sunos32_ioctl.c | 273 bt->c_cc[VWERASE] = st->c_cc[14] ? st->c_cc[14] : _POSIX_VDISABLE; in stios2btios() 399 st->c_cc[14]= bt->c_cc[VWERASE] != _POSIX_VDISABLE? bt->c_cc[VWERASE]:0; in btios2stios()
|
/netbsd-src/lib/libc/gen/ |
H A D | getpass.c | 202 if (c == C(VKILL, CTRL('u')) || c == C(VWERASE, CTRL('w'))) { in __weak_alias()
|
/netbsd-src/usr.bin/telnet/ |
H A D | externs.h | 342 # define termWerasChar new_tc.c_cc[VWERASE]
|
/netbsd-src/sys/compat/ultrix/ |
H A D | ultrix_ioctl.c | 256 bt->c_cc[VWERASE] = EMUL_TO_NATIVE_CC(st->c_cc[16]); in stios2btios() 396 st->c_cc[16]= NATIVE_TO_EMUL_CC(bt->c_cc[VWERASE]); in btios2stios()
|
/netbsd-src/distrib/utils/more/ |
H A D | screen.c | 175 werase_char = s.c_cc[VWERASE];
|
/netbsd-src/external/bsd/nvi/dist/ip/ |
H A D | ip_funcs.c | 377 #ifdef VWERASE in ip_keyval()
|
/netbsd-src/external/bsd/less/dist/ |
H A D | screen.c | 498 #ifdef VWERASE in raw_mode() 499 werase_char = s.c_cc[VWERASE]; in raw_mode() 581 #ifdef VWERASE in raw_mode() 582 werase_char = s.c_cc[VWERASE]; in raw_mode()
|
/netbsd-src/libexec/telnetd/ |
H A D | sys_term.c | 143 setval(VWERASE, SLC_VARIABLE); in spcset()
|
/netbsd-src/sys/compat/linux/common/ |
H A D | linux_termios.h | 454 bts->c_cc[VWERASE] = lts->c_cc[LINUX_VWERASE]; in linux32_termios_to_bsd_termios() 559 lts->c_cc[LINUX_VWERASE] = bts->c_cc[VWERASE]; in bsd_termios_to_linux32_termios()
|
/netbsd-src/external/bsd/less/dist/lesstest/lt/ |
H A D | subsearch.lt | 524 #ifdef VWERASE 525 werase_char = s.c_cc[VWERASE]; 607 #ifdef VWERASE 608 werase_char = s.c_cc[VWERASE];
|