HomeSort by: relevance | last modified time | path
    Searched refs:ALTWERASE (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.sbin/lpr/lpd/
modes.c 145 { "altwerase", ALTWERASE, 0 },
146 { "-altwerase", 0, ALTWERASE },
key.c 242 #define LKEEP (ECHOKE|ECHOE|ECHOK|ECHOPRT|ECHOCTL|ALTWERASE|TOSTOP|NOFLSH)
  /src/bin/stty/
modes.c 128 { "altwerase", ALTWERASE },
key.c 289 #define LKEEP (ECHOKE|ECHOE|ECHOK|ECHOPRT|ECHOCTL|ALTWERASE|TOSTOP|NOFLSH)
print.c 103 put("-altwerase", ALTWERASE, 0);
  /src/sys/sys/
termios.h 174 #define ALTWERASE 0x00000200U /* use alternate WERASE algorithm */
  /src/lib/libedit/
tty.c 368 #ifdef ALTWERASE
369 {"altwerase", ALTWERASE, MD_LIN},
370 #endif /* ALTWERASE */
  /src/sys/kern/
tty.c 135 * ALTWERASE), and the low 6 bits indicate delay type. If the low 6 bits
786 int alt = ISSET(lflag, ALTWERASE);
799 * next chars type (for ALTWERASE)

Completed in 46 milliseconds