Searched refs:ALTWERASE (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.3-release/bin/stty/
H A Dmodes.c148 { "altwerase", ALTWERASE, 0 },
149 { "-altwerase", 0, ALTWERASE },
H A Dkey.c266 #define LKEEP (ECHOKE|ECHOE|ECHOK|ECHOPRT|ECHOCTL|ALTWERASE|TOSTOP|NOFLSH)
H A Dprint.c108 put("-altwerase", ALTWERASE, 0);
/freebsd-10.3-release/usr.sbin/lpr/lpd/
H A Dmodes.c148 { "altwerase", ALTWERASE, 0 },
149 { "-altwerase", 0, ALTWERASE },
/freebsd-10.3-release/sys/sys/
H A D_termios.h163 #define ALTWERASE 0x00000200 /* use alternate WERASE algorithm */ macro
/freebsd-10.3-release/contrib/tcsh/
H A Ded.term.c300 # ifdef ALTWERASE
301 { "altwerase",ALTWERASE,M_LINED },
302 # endif /* ALTWERASE */
/freebsd-10.3-release/lib/libedit/
H A Dtty.c359 #ifdef ALTWERASE
360 {"altwerase", ALTWERASE, MD_LIN},
361 #endif /* ALTWERASE */
/freebsd-10.3-release/sys/kern/
H A Dtty_ttydisc.c824 * was alphanumeric or not. We need this to implement ALTWERASE.
834 if (CMP_FLAG(l, ALTWERASE) && CTL_ALNUM(c) != alnum)
H A Dtty.c90 ECHOCTL|ISIG|ICANON|ALTWERASE|IEXTEN|TOSTOP|\

Completed in 67 milliseconds