Searched refs:ALTWERASE (Results 1 – 9 of 9) sorted by relevance
| /freebsd/usr.sbin/lpr/lpd/ |
| H A D | modes.c | 142 { "altwerase", ALTWERASE, 0 }, 143 { "-altwerase", 0, ALTWERASE },
|
| /freebsd/bin/stty/ |
| H A D | modes.c | 143 { "altwerase", ALTWERASE, 0 }, 144 { "-altwerase", 0, ALTWERASE },
|
| H A D | print.c | 100 put("-altwerase", ALTWERASE, 0); in print()
|
| H A D | key.c | 257 #define LKEEP (ECHOKE|ECHOE|ECHOK|ECHOPRT|ECHOCTL|ALTWERASE|TOSTOP|NOFLSH) in f_sane()
|
| /freebsd/sys/sys/ |
| H A D | _termios.h | 169 #define ALTWERASE 0x00000200 /* use alternate WERASE algorithm */ macro
|
| /freebsd/contrib/tcsh/ |
| H A D | ed.term.c | 297 # ifdef ALTWERASE 298 { "altwerase",ALTWERASE,M_LINED },
|
| /freebsd/contrib/libedit/ |
| H A D | tty.c | 368 #ifdef ALTWERASE 369 {"altwerase", ALTWERASE, MD_LIN},
|
| /freebsd/sys/kern/ |
| H A D | tty_ttydisc.c | 1006 if (CMP_FLAG(l, ALTWERASE) && CTL_ALNUM(c) != alnum) in ttydisc_rubword()
|
| H A D | tty.c | 92 ECHOCTL|ISIG|ICANON|ALTWERASE|IEXTEN|TOSTOP|\
|