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

/darwin-on-arm/xnu/bsd/dev/arm/
H A Dkm.c111 tp->t_oflag = TTYDEF_OFLAG;
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dkm.c113 tp->t_oflag = TTYDEF_OFLAG;
/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h158 #define t_oflag t_termios.c_oflag macro
/darwin-on-arm/xnu/bsd/kern/
H A Dtty.c888 oflag = tp->t_oflag;
923 if (c == '\n' && ISSET(tp->t_oflag, ONLCR)) {
930 else if (c == '\r' && ISSET(tp->t_oflag, OCRNL))
933 else if (c == '\r' && ISSET(tp->t_oflag, ONOCR) && tp->t_column == 0)
1316 tp->t_oflag = t->c_oflag;
2387 if (!ISSET(tp->t_oflag, OPOST))
H A Dtty_compat.c522 register tcflag_t oflag = tp->t_oflag;
H A Dtty_pty.c208 tp->t_oflag = TTYDEF_OFLAG;
H A Dtty_ptmx.c576 tp->t_oflag = TTYDEF_OFLAG;

Completed in 34 milliseconds