Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/tcsh/
Ded.term.h41 # if defined(VWERSE) && !defined(VWERASE)
42 # define VWERASE VWERSE macro
389 # ifdef VWERASE
390 # if NUMCC <= VWERASE
391 # undef VWERASE
463 #if (defined(hpux) && defined(VSUSP) && defined(VDSUSP) && defined(VWERASE) && defined(VLNEXT)) || …
Ded.term.c486 # if defined(VWERASE) || defined(TIOCGLTC)
813 # ifdef VWERASE in tty_getchar()
814 s[C_WERASE] = n->c_cc[VWERASE]; in tty_getchar()
949 # ifdef VWERASE in tty_setchar()
950 n->c_cc[VWERASE] = s[C_WERASE]; in tty_setchar()
/freebsd-12-stable/contrib/libedit/
Dtty.h52 # if defined(VWERSE) && !defined(VWERASE)
53 # define VWERASE VWERSE macro
338 # ifdef VWERASE
339 # if NUMCC <= VWERASE
340 # undef VWERASE
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()
/freebsd-12-stable/crypto/openssh/
Dttymodes.h85 #if defined(VWERASE)
86 TTYCHAR(VWERASE, 13)
/freebsd-12-stable/usr.bin/tset/
Dset.c80 #if defined(VWERASE) && defined(CWERASE) in reset_mode()
81 mode.c_cc[VWERASE] = CHK(mode.c_cc[VWERASE], CWERASE); in reset_mode()
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnet/
Dexterns.h389 # ifndef VWERASE
392 # define termWerasChar new_tc.c_cc[VWERASE]
Dsys_bsd.c196 #ifndef VWERASE in TerminalSaveState()
235 # ifdef VWERASE in tcval()
263 # ifndef VWERASE in TerminalDefaultChars()
Dterminal.c52 # ifndef VWERASE
/freebsd-12-stable/libexec/getty/
Dinit.c81 { "we", M(VWERASE), NULL }, /* word erase */
Dsubr.c211 &tmode.c_cc[VWERASE], &tmode.c_cc[VLNEXT], 0
/freebsd-12-stable/contrib/telnet/telnet/
Dexterns.h401 # ifndef VWERASE
404 # define termWerasChar new_tc.c_cc[VWERASE]
Dterminal.c67 # ifndef VWERASE
Dsys_bsd.c249 #ifndef VWERASE in TerminalSaveState()
290 # ifdef VWERASE in tcval()
325 # ifndef VWERASE in TerminalDefaultChars()
/freebsd-12-stable/sys/sys/
D_termios.h52 #define VWERASE 4 /* ICANON together with IEXTEN */ macro
/freebsd-12-stable/bin/stty/
Dcchar.c76 { "werase", VWERASE, CWERASE },
/freebsd-12-stable/contrib/ncurses/progs/
Dtset.c792 #if defined(VWERASE) && defined(CWERASE) in reset_mode()
793 mode.c_cc[VWERASE] = CHK(mode.c_cc[VWERASE], CWERASE); in reset_mode()
/freebsd-12-stable/sys/kern/
Dtty_compat.c155 cc[VWERASE] = ltc->t_werasc; in ttsetcompat()
238 ltc->t_werasc = cc[VWERASE]; in tty_ioctl_compat()
/freebsd-12-stable/usr.bin/talk/
Dinit_disp.c136 my_win.werase = tio.c_cc[VWERASE]; in set_edit_chars()
/freebsd-12-stable/contrib/nvi/cl/
Dcl_funcs.c479 #ifdef VWERASE in cl_keyval()
481 *dnep = (*chp = clp->orig.c_cc[VWERASE]) == _POSIX_VDISABLE; in cl_keyval()
/freebsd-12-stable/contrib/opie/
Dopielogin.c963 #ifdef VWERASE
965 attr.c_cc[VWERASE] = CWERASE;
967 attr.c_cc[VWERASE] = 0;
/freebsd-12-stable/contrib/telnet/telnetd/
Dsys_term.c311 #ifdef VWERASE in spcset()
312 setval(VWERASE, SLC_VARIABLE); in spcset()
/freebsd-12-stable/contrib/less/
Dscreen.c403 #ifdef VWERASE
404 werase_char = s.c_cc[VWERASE];
530 #ifdef VWERASE
531 werase_char = s.c_cc[VWERASE];
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnetd/
Dsys_term.c258 #ifdef VWERASE in spcset()
259 setval(VWERASE, SLC_VARIABLE); in spcset()
/freebsd-12-stable/sys/i386/ibcs2/
Dibcs2_ioctl.c209 bt->c_cc[VWERASE] = _POSIX_VDISABLE;

12