Home
last modified time | relevance | path

Searched refs:VWERASE (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/lib/libedit/
H A Dtty.h52 # if defined(VWERSE) && !defined(VWERASE)
53 # define VWERASE VWERSE macro
338 # ifdef VWERASE
339 # if NUMCC <= VWERASE
340 # undef VWERASE
H A Dtty.c149 #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 Dset.c75 #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 Drltty.c363 #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 Dinit_disp.c111 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 Dttymodes.h86 #if defined(VWERASE)
87 TTYCHAR(VWERASE, 13)
/netbsd-src/external/bsd/top/dist/
H A Dscreen.c413 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 Dinit.c81 { "we", M(VWERASE), NULL }, /* word erase */
H A Dsubr.c161 &tmode.c_cc[VWERASE], &tmode.c_cc[VLNEXT], &tmode.c_cc[VSTATUS],
/netbsd-src/sys/sys/
H A Dttydefaults.h94 [VWERASE] = CWERASE,
H A Dtermios.h54 #define VWERASE 4 /* ICANON */ macro
/netbsd-src/bin/stty/
H A Dcchar.c77 { "werase", VWERASE, CWERASE },
/netbsd-src/sys/compat/common/
H A Dtty_43.c204 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 Dcl_funcs.c550 #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 Dsunos_ioctl.c237 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 Dsunos32_ioctl.c273 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 Dgetpass.c202 if (c == C(VKILL, CTRL('u')) || c == C(VWERASE, CTRL('w'))) { in __weak_alias()
/netbsd-src/usr.bin/telnet/
H A Dexterns.h342 # define termWerasChar new_tc.c_cc[VWERASE]
/netbsd-src/sys/compat/ultrix/
H A Dultrix_ioctl.c256 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 Dscreen.c175 werase_char = s.c_cc[VWERASE];
/netbsd-src/external/bsd/nvi/dist/ip/
H A Dip_funcs.c377 #ifdef VWERASE in ip_keyval()
/netbsd-src/external/bsd/less/dist/
H A Dscreen.c498 #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 Dsys_term.c143 setval(VWERASE, SLC_VARIABLE); in spcset()
/netbsd-src/sys/compat/linux/common/
H A Dlinux_termios.h454 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 Dsubsearch.lt524 #ifdef VWERASE
525 werase_char = s.c_cc[VWERASE];
607 #ifdef VWERASE
608 werase_char = s.c_cc[VWERASE];

12