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

/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c520 register tcflag_t iflag = tp->t_iflag; local
526 if (iflag&IXOFF)
528 if (iflag&ICRNL || oflag&ONLCR)
532 if (iflag&ISTRIP)
536 if (iflag&INPCK) {
547 if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG)
569 if ((iflag&IXANY) == 0)
593 register tcflag_t iflag = t->c_iflag; local
599 iflag = IGNBRK;
602 iflag
684 register tcflag_t iflag = t->c_iflag; local
[all...]
H A Dtty.c498 tcflag_t iflag, lflag; local
529 iflag = tp->t_iflag;
532 (ISSET(tp->t_cflag, CRTS_IFLOW) || ISSET(iflag, IXOFF)) &&
542 if (ISSET(iflag, IGNBRK)) {
545 if (ISSET(iflag, BRKINT)) {
553 if (ISSET(iflag, PARMRK))
555 } else if ((ISSET(err, TTY_PE) && ISSET(iflag, INPCK))
557 if (ISSET(iflag, IGNPAR)) {
560 else if (ISSET(iflag, PARMRK)) {
574 if (!ISSET(tp->t_state, TS_TYPEN) && ISSET(iflag, ISTRI
[all...]

Completed in 25 milliseconds