Searched refs:ALTWERASE (Results 1 – 11 of 11) sorted by relevance
/openbsd/usr.sbin/lpr/lpd/ |
H A D | modes.c | 136 { "altwerase", ALTWERASE, 0 }, 137 { "-altwerase", 0, ALTWERASE },
|
H A D | key.c | 234 #define LKEEP (ECHOKE|ECHOE|ECHOK|ECHOPRT|ECHOCTL|ALTWERASE|TOSTOP|NOFLSH) in f_sane()
|
/openbsd/bin/stty/ |
H A D | modes.c | 139 { "altwerase", ALTWERASE, 0 }, 140 { "-altwerase", 0, ALTWERASE },
|
H A D | print.c | 104 put("-altwerase", ALTWERASE, 0); in print()
|
H A D | key.c | 300 #define LKEEP (ECHOKE|ECHOE|ECHOK|ECHOPRT|ECHOCTL|ALTWERASE|TOSTOP|NOFLSH) in f_sane()
|
/openbsd/usr.sbin/lpd/ |
H A D | lp_stty.c | 264 #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 D | termios.h | 177 #define ALTWERASE 0x00000200 /* use alternate WERASE algorithm */ macro
|
/openbsd/usr.bin/mail/ |
H A D | tty.c | 103 if (oldtio.c_lflag & ALTWERASE) in grabh()
|
/openbsd/lib/libedit/ |
H A D | tty.c | 362 #ifdef ALTWERASE 363 {"altwerase", ALTWERASE, MD_LIN},
|
/openbsd/bin/csh/ |
H A D | file.c | 787 if (cl.istty && tio->c_lflag & ALTWERASE) in tenex()
|
/openbsd/sys/kern/ |
H A D | tty.c | 475 int alt = ISSET(lflag, ALTWERASE); in ttyinput()
|