Home
last modified time | relevance | path

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

/openbsd/usr.sbin/lpr/lpd/
H A Dmodes.c136 { "altwerase", ALTWERASE, 0 },
137 { "-altwerase", 0, ALTWERASE },
H A Dkey.c234 #define LKEEP (ECHOKE|ECHOE|ECHOK|ECHOPRT|ECHOCTL|ALTWERASE|TOSTOP|NOFLSH) in f_sane()
/openbsd/bin/stty/
H A Dmodes.c139 { "altwerase", ALTWERASE, 0 },
140 { "-altwerase", 0, ALTWERASE },
H A Dprint.c104 put("-altwerase", ALTWERASE, 0); in print()
H A Dkey.c300 #define LKEEP (ECHOKE|ECHOE|ECHOK|ECHOPRT|ECHOCTL|ALTWERASE|TOSTOP|NOFLSH) in f_sane()
/openbsd/usr.sbin/lpd/
H A Dlp_stty.c264 #define LKEEP (ECHOKE|ECHOE|ECHOK|ECHOPRT|ECHOCTL|ALTWERASE|TOSTOP|NOFLSH) in f_sane()
381 { "altwerase", ALTWERASE, 0 },
382 { "-altwerase", 0, ALTWERASE },
/openbsd/sys/sys/
H A Dtermios.h177 #define ALTWERASE 0x00000200 /* use alternate WERASE algorithm */ macro
/openbsd/usr.bin/mail/
H A Dtty.c103 if (oldtio.c_lflag & ALTWERASE) in grabh()
/openbsd/lib/libedit/
H A Dtty.c362 #ifdef ALTWERASE
363 {"altwerase", ALTWERASE, MD_LIN},
/openbsd/bin/csh/
H A Dfile.c787 if (cl.istty && tio->c_lflag & ALTWERASE) in tenex()
/openbsd/sys/kern/
H A Dtty.c475 int alt = ISSET(lflag, ALTWERASE); in ttyinput()