Home
last modified time | relevance | path

Searched refs:t_oflag (Results 1 – 6 of 6) sorted by relevance

/xnu-8796.121.2/bsd/sys/
H A Dtty.h163 #define t_oflag t_termios.c_oflag macro
/xnu-8796.121.2/bsd/dev/i386/
H A Dkm.c114 tp->t_oflag = TTYDEF_OFLAG; in kmopen()
/xnu-8796.121.2/bsd/dev/arm/
H A Dkm.c91 tp->t_oflag = TTYDEF_OFLAG; in kmopen()
/xnu-8796.121.2/bsd/kern/
H A Dtty.c831 oflag = tp->t_oflag; in ttyoutput()
869 if (c == '\n' && ISSET(tp->t_oflag, ONLCR)) { in ttyoutput()
877 else if (c == '\r' && ISSET(tp->t_oflag, OCRNL)) { in ttyoutput()
881 else if (c == '\r' && ISSET(tp->t_oflag, ONOCR) && tp->t_column == 0) { in ttyoutput()
1272 tp->t_oflag = t->c_oflag; in ttioctl_locked()
2466 if (!ISSET(tp->t_oflag, OPOST)) { in ttwrite()
H A Dtty_compat.c557 tcflag_t oflag = tp->t_oflag; in ttcompatgetflags()
H A Dtty_dev.c276 tp->t_oflag = TTYDEF_OFLAG; in ptsopen()