| /freebsd/contrib/tcsh/ |
| H A 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)) || …
|
| H A 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/contrib/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()
|
| /freebsd/crypto/openssh/ |
| H A D | ttymodes.h | 85 #if defined(VWERASE) 86 TTYCHAR(VWERASE, 13)
|
| /freebsd/libexec/getty/ |
| H A D | init.c | 73 { "we", M(VWERASE), NULL }, /* word erase */
|
| H A D | subr.c | 207 CV(VWERASE), CV(VLNEXT), 0
|
| /freebsd/crypto/heimdal/appl/telnet/telnet/ |
| H A D | externs.h | 389 # ifndef VWERASE 392 # define termWerasChar new_tc.c_cc[VWERASE]
|
| H A D | sys_bsd.c | 196 #ifndef VWERASE in TerminalSaveState() 235 # ifdef VWERASE in tcval() 263 # ifndef VWERASE in TerminalDefaultChars()
|
| H A D | terminal.c | 52 # ifndef VWERASE
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/linux/ |
| H A D | termios-macros.h | 83 #define VWERASE 14 macro
|
| /freebsd/contrib/telnet/telnet/ |
| H A D | externs.h | 401 # ifndef VWERASE 404 # define termWerasChar new_tc.c_cc[VWERASE]
|
| H A D | terminal.c | 65 # ifndef VWERASE
|
| H A D | sys_bsd.c | 247 #ifndef VWERASE in TerminalSaveState() 288 # ifdef VWERASE in tcval() 323 # ifndef VWERASE in TerminalDefaultChars()
|
| /freebsd/sys/sys/ |
| H A D | _termios.h | 49 #define VWERASE 4 /* ICANON together with IEXTEN */ macro
|
| /freebsd/bin/stty/ |
| H A D | cchar.c | 70 { "werase", VWERASE, CWERASE },
|
| /freebsd/contrib/ncurses/progs/ |
| H A D | reset_cmd.c | 311 #if defined(VWERASE) && defined(CWERASE) in reset_tty_settings() 312 reset_char(VWERASE, CWERASE); in reset_tty_settings()
|
| /freebsd/sys/kern/ |
| H A D | tty_compat.c | 151 cc[VWERASE] = ltc->t_werasc; in ttsetcompat() 234 ltc->t_werasc = cc[VWERASE]; in tty_ioctl_compat()
|
| H A D | tty_ttydisc.c | 1184 if (CMP_CC(VWERASE, c)) { in ttydisc_rint()
|
| /freebsd/usr.bin/talk/ |
| H A D | init_disp.c | 130 my_win.werase = tio.c_cc[VWERASE]; in set_edit_chars()
|
| /freebsd/contrib/nvi/cl/ |
| H A D | cl_funcs.c | 479 #ifdef VWERASE in cl_keyval() 481 *dnep = (*chp = clp->orig.c_cc[VWERASE]) == _POSIX_VDISABLE; in cl_keyval()
|
| /freebsd/contrib/less/ |
| H A D | screen.c | 502 #ifdef VWERASE in raw_mode() 503 werase_char = s.c_cc[VWERASE]; in raw_mode() 588 #ifdef VWERASE in raw_mode() 589 werase_char = s.c_cc[VWERASE]; in raw_mode()
|
| /freebsd/crypto/heimdal/appl/telnet/telnetd/ |
| H A D | sys_term.c | 258 #ifdef VWERASE in spcset() 259 setval(VWERASE, SLC_VARIABLE); in spcset()
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_ioctl.c | 526 lios->c_cc[LINUX_VWERASE] = bios->c_cc[VWERASE]; in bsd_to_linux_termios() 652 bios->c_cc[VWERASE] = lios->c_cc[LINUX_VWERASE]; in linux_to_bsd_termios()
|