Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/lpr/lpd/
H A Dmodes.c150 { "altwerase", ALTWERASE, 0 },
151 { "-altwerase", 0, ALTWERASE },
/freebsd-12.1/bin/stty/
H A Dmodes.c148 { "altwerase", ALTWERASE, 0 },
149 { "-altwerase", 0, ALTWERASE },
H A Dprint.c108 put("-altwerase", ALTWERASE, 0); in print()
H A Dkey.c266 #define LKEEP (ECHOKE|ECHOE|ECHOK|ECHOPRT|ECHOCTL|ALTWERASE|TOSTOP|NOFLSH) in f_sane()
/freebsd-12.1/sys/sys/
H A D_termios.h171 #define ALTWERASE 0x00000200 /* use alternate WERASE algorithm */ macro
/freebsd-12.1/contrib/tcsh/
H A Ded.term.c300 # ifdef ALTWERASE
301 { "altwerase",ALTWERASE,M_LINED },
/freebsd-12.1/lib/libedit/
H A Dtty.c369 #ifdef ALTWERASE
370 {"altwerase", ALTWERASE, MD_LIN},
/freebsd-12.1/sys/kern/
H A Dtty_ttydisc.c833 if (CMP_FLAG(l, ALTWERASE) && CTL_ALNUM(c) != alnum) in ttydisc_rubword()
H A Dtty.c91 ECHOCTL|ISIG|ICANON|ALTWERASE|IEXTEN|TOSTOP|\