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

  /src/sys/sys/
termios.h 188 typedef unsigned int tcflag_t; typedef in typeref:typename:unsigned int
193 tcflag_t c_iflag; /* input flags */
194 tcflag_t c_oflag; /* output flags */
195 tcflag_t c_cflag; /* control flags */
196 tcflag_t c_lflag; /* local flags */
termios.h 188 typedef unsigned int tcflag_t; typedef in typeref:typename:unsigned int
193 tcflag_t c_iflag; /* input flags */
194 tcflag_t c_oflag; /* output flags */
195 tcflag_t c_cflag; /* control flags */
196 tcflag_t c_lflag; /* local flags */

Completed in 86 milliseconds