Searched refs:ALTWERASE (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/usr.sbin/lpr/lpd/ |
| H A D | modes.c | 150 { "altwerase", ALTWERASE, 0 }, 151 { "-altwerase", 0, ALTWERASE },
|
| /freebsd-12.1/bin/stty/ |
| H A D | modes.c | 148 { "altwerase", ALTWERASE, 0 }, 149 { "-altwerase", 0, ALTWERASE },
|
| H A D | print.c | 108 put("-altwerase", ALTWERASE, 0); in print()
|
| H A D | key.c | 266 #define LKEEP (ECHOKE|ECHOE|ECHOK|ECHOPRT|ECHOCTL|ALTWERASE|TOSTOP|NOFLSH) in f_sane()
|
| /freebsd-12.1/sys/sys/ |
| H A D | _termios.h | 171 #define ALTWERASE 0x00000200 /* use alternate WERASE algorithm */ macro
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | ed.term.c | 300 # ifdef ALTWERASE 301 { "altwerase",ALTWERASE,M_LINED },
|
| /freebsd-12.1/lib/libedit/ |
| H A D | tty.c | 369 #ifdef ALTWERASE 370 {"altwerase", ALTWERASE, MD_LIN},
|
| /freebsd-12.1/sys/kern/ |
| H A D | tty_ttydisc.c | 833 if (CMP_FLAG(l, ALTWERASE) && CTL_ALNUM(c) != alnum) in ttydisc_rubword()
|
| H A D | tty.c | 91 ECHOCTL|ISIG|ICANON|ALTWERASE|IEXTEN|TOSTOP|\
|