| /freebsd-12-stable/contrib/tcsh/ |
| D | ed.term.h | 41 # 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)) || …
|
| D | ed.term.c | 486 # 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/ |
| D | tty.h | 52 # if defined(VWERSE) && !defined(VWERASE) 53 # define VWERASE VWERSE macro 338 # ifdef VWERASE 339 # if NUMCC <= VWERASE 340 # undef VWERASE
|
| 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()
|
| /freebsd-12-stable/crypto/openssh/ |
| D | ttymodes.h | 85 #if defined(VWERASE) 86 TTYCHAR(VWERASE, 13)
|
| /freebsd-12-stable/usr.bin/tset/ |
| D | set.c | 80 #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/ |
| D | externs.h | 389 # ifndef VWERASE 392 # define termWerasChar new_tc.c_cc[VWERASE]
|
| D | sys_bsd.c | 196 #ifndef VWERASE in TerminalSaveState() 235 # ifdef VWERASE in tcval() 263 # ifndef VWERASE in TerminalDefaultChars()
|
| D | terminal.c | 52 # ifndef VWERASE
|
| /freebsd-12-stable/libexec/getty/ |
| D | init.c | 81 { "we", M(VWERASE), NULL }, /* word erase */
|
| D | subr.c | 211 &tmode.c_cc[VWERASE], &tmode.c_cc[VLNEXT], 0
|
| /freebsd-12-stable/contrib/telnet/telnet/ |
| D | externs.h | 401 # ifndef VWERASE 404 # define termWerasChar new_tc.c_cc[VWERASE]
|
| D | terminal.c | 67 # ifndef VWERASE
|
| D | sys_bsd.c | 249 #ifndef VWERASE in TerminalSaveState() 290 # ifdef VWERASE in tcval() 325 # ifndef VWERASE in TerminalDefaultChars()
|
| /freebsd-12-stable/sys/sys/ |
| D | _termios.h | 52 #define VWERASE 4 /* ICANON together with IEXTEN */ macro
|
| /freebsd-12-stable/bin/stty/ |
| D | cchar.c | 76 { "werase", VWERASE, CWERASE },
|
| /freebsd-12-stable/contrib/ncurses/progs/ |
| D | tset.c | 792 #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/ |
| D | tty_compat.c | 155 cc[VWERASE] = ltc->t_werasc; in ttsetcompat() 238 ltc->t_werasc = cc[VWERASE]; in tty_ioctl_compat()
|
| /freebsd-12-stable/usr.bin/talk/ |
| D | init_disp.c | 136 my_win.werase = tio.c_cc[VWERASE]; in set_edit_chars()
|
| /freebsd-12-stable/contrib/nvi/cl/ |
| D | cl_funcs.c | 479 #ifdef VWERASE in cl_keyval() 481 *dnep = (*chp = clp->orig.c_cc[VWERASE]) == _POSIX_VDISABLE; in cl_keyval()
|
| /freebsd-12-stable/contrib/opie/ |
| D | opielogin.c | 963 #ifdef VWERASE 965 attr.c_cc[VWERASE] = CWERASE; 967 attr.c_cc[VWERASE] = 0;
|
| /freebsd-12-stable/contrib/telnet/telnetd/ |
| D | sys_term.c | 311 #ifdef VWERASE in spcset() 312 setval(VWERASE, SLC_VARIABLE); in spcset()
|
| /freebsd-12-stable/contrib/less/ |
| D | screen.c | 403 #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/ |
| D | sys_term.c | 258 #ifdef VWERASE in spcset() 259 setval(VWERASE, SLC_VARIABLE); in spcset()
|
| /freebsd-12-stable/sys/i386/ibcs2/ |
| D | ibcs2_ioctl.c | 209 bt->c_cc[VWERASE] = _POSIX_VDISABLE;
|