Home
last modified time | relevance | path

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

/freebsd/usr.sbin/lpr/lpd/
H A Dmodes.c142 { "altwerase", ALTWERASE, 0 },
143 { "-altwerase", 0, ALTWERASE },
/freebsd/bin/stty/
H A Dmodes.c143 { "altwerase", ALTWERASE, 0 },
144 { "-altwerase", 0, ALTWERASE },
H A Dprint.c100 put("-altwerase", ALTWERASE, 0); in print()
H A Dkey.c257 #define LKEEP (ECHOKE|ECHOE|ECHOK|ECHOPRT|ECHOCTL|ALTWERASE|TOSTOP|NOFLSH) in f_sane()
/freebsd/sys/sys/
H A D_termios.h169 #define ALTWERASE 0x00000200 /* use alternate WERASE algorithm */ macro
/freebsd/contrib/tcsh/
H A Ded.term.c297 # ifdef ALTWERASE
298 { "altwerase",ALTWERASE,M_LINED },
/freebsd/contrib/libedit/
H A Dtty.c368 #ifdef ALTWERASE
369 {"altwerase", ALTWERASE, MD_LIN},
/freebsd/sys/kern/
H A Dtty_ttydisc.c1006 if (CMP_FLAG(l, ALTWERASE) && CTL_ALNUM(c) != alnum) in ttydisc_rubword()
H A Dtty.c92 ECHOCTL|ISIG|ICANON|ALTWERASE|IEXTEN|TOSTOP|\