Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A 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)) || …
H A 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/contrib/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()
/freebsd/crypto/openssh/
H A Dttymodes.h85 #if defined(VWERASE)
86 TTYCHAR(VWERASE, 13)
/freebsd/libexec/getty/
H A Dinit.c73 { "we", M(VWERASE), NULL }, /* word erase */
H A Dsubr.c207 CV(VWERASE), CV(VLNEXT), 0
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h389 # ifndef VWERASE
392 # define termWerasChar new_tc.c_cc[VWERASE]
H A Dsys_bsd.c196 #ifndef VWERASE in TerminalSaveState()
235 # ifdef VWERASE in tcval()
263 # ifndef VWERASE in TerminalDefaultChars()
H A Dterminal.c52 # ifndef VWERASE
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/linux/
H A Dtermios-macros.h83 #define VWERASE 14 macro
/freebsd/contrib/telnet/telnet/
H A Dexterns.h401 # ifndef VWERASE
404 # define termWerasChar new_tc.c_cc[VWERASE]
H A Dterminal.c65 # ifndef VWERASE
H A Dsys_bsd.c247 #ifndef VWERASE in TerminalSaveState()
288 # ifdef VWERASE in tcval()
323 # ifndef VWERASE in TerminalDefaultChars()
/freebsd/sys/sys/
H A D_termios.h49 #define VWERASE 4 /* ICANON together with IEXTEN */ macro
/freebsd/bin/stty/
H A Dcchar.c70 { "werase", VWERASE, CWERASE },
/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c311 #if defined(VWERASE) && defined(CWERASE) in reset_tty_settings()
312 reset_char(VWERASE, CWERASE); in reset_tty_settings()
/freebsd/sys/kern/
H A Dtty_compat.c151 cc[VWERASE] = ltc->t_werasc; in ttsetcompat()
234 ltc->t_werasc = cc[VWERASE]; in tty_ioctl_compat()
H A Dtty_ttydisc.c1184 if (CMP_CC(VWERASE, c)) { in ttydisc_rint()
/freebsd/usr.bin/talk/
H A Dinit_disp.c130 my_win.werase = tio.c_cc[VWERASE]; in set_edit_chars()
/freebsd/contrib/nvi/cl/
H A Dcl_funcs.c479 #ifdef VWERASE in cl_keyval()
481 *dnep = (*chp = clp->orig.c_cc[VWERASE]) == _POSIX_VDISABLE; in cl_keyval()
/freebsd/contrib/less/
H A Dscreen.c502 #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 Dsys_term.c258 #ifdef VWERASE in spcset()
259 setval(VWERASE, SLC_VARIABLE); in spcset()
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c526 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()