Searched refs:tcflag_t (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/posix/
H A Dtermios.h12 typedef __haiku_uint32 tcflag_t; typedef
19 tcflag_t c_iflag; /* input modes */
20 tcflag_t c_oflag; /* output modes */
21 tcflag_t c_cflag; /* control modes */
22 tcflag_t c_lflag; /* local modes */
/haiku/src/bin/multiuser/
H A Dmultiuser_utils.cpp51 tcflag_t localFlags = termAttrs.c_lflag;
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp960 tcflag_t flags = termios.c_iflag;
1016 tcflag_t flags = termios.c_oflag;

Completed in 96 milliseconds