Searched refs:t_iflag (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/arm/
H A Dkm.c110 tp->t_iflag = TTYDEF_IFLAG;
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dkm.c112 tp->t_iflag = TTYDEF_IFLAG;
/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h154 #define t_iflag t_termios.c_iflag macro
/darwin-on-arm/xnu/bsd/kern/
H A Dtty.c529 iflag = tp->t_iflag;
1315 tp->t_iflag = t->c_iflag;
1711 if (ISSET(tp->t_iflag, IXOFF)) {
1766 if (ISSET(tp->t_iflag, IXOFF) && tp->t_cc[VSTOP] != _POSIX_VDISABLE &&
1786 if (ISSET(tp->t_iflag, IXOFF) && tp->t_cc[VSTART] != _POSIX_VDISABLE &&
2509 if(!(ISSET(tp->t_iflag, IUTF8) && CCONT(c))) {
H A Dtty_compat.c520 register tcflag_t iflag = tp->t_iflag;
H A Dtty_pty.c207 tp->t_iflag = TTYDEF_IFLAG;
961 stop = (tp->t_iflag & IXON) && CCEQ(cc[VSTOP], CTRL('s'))
H A Dtty_ptmx.c575 tp->t_iflag = TTYDEF_IFLAG;
1500 stop = (tp->t_iflag & IXON) && CCEQ(cc[VSTOP], CTRL('s'))

Completed in 33 milliseconds