Searched refs:user_tcflag_t (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dtermios.h280 typedef unsigned long long user_tcflag_t; typedef
290 user_tcflag_t c_iflag; /* input flags */
291 user_tcflag_t c_oflag; /* output flags */
292 user_tcflag_t c_cflag; /* control flags */
293 user_tcflag_t c_lflag; /* local flags */
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty.c223 out->c_iflag = (user_tcflag_t)in->c_iflag;
224 out->c_oflag = (user_tcflag_t)in->c_oflag;
225 out->c_cflag = (user_tcflag_t)in->c_cflag;
226 out->c_lflag = (user_tcflag_t)in->c_lflag;

Completed in 53 milliseconds