HomeSort by: relevance | last modified time | path
    Searched defs:IEXTEN (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libedit/
tty.h 92 # ifndef IEXTEN
93 # define IEXTEN 0
94 # endif /* IEXTEN */
118 * Work around ISC's definition of IEXTEN which is
122 # if defined(IEXTEN) && defined(XCASE)
123 # if IEXTEN == XCASE
124 # undef IEXTEN
125 # define IEXTEN 0
126 # endif /* IEXTEN == XCASE */
127 # endif /* IEXTEN && XCASE *
    [all...]
  /src/sys/sys/
termios.h 70 #define VLNEXT 14 /* IEXTEN */
71 #define VDISCARD 15 /* IEXTEN */
176 #define IEXTEN 0x00000400U /* enable DISCARD and LNEXT */

Completed in 13 milliseconds