Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dtty.h164 #define t_oflag t_termios.c_oflag macro
/xnu-12377.41.6/bsd/dev/i386/
H A Dkm.c108 tp->t_oflag = TTYDEF_OFLAG; in kmopen()
/xnu-12377.41.6/bsd/dev/arm/
H A Dkm.c85 tp->t_oflag = TTYDEF_OFLAG; in kmopen()
/xnu-12377.41.6/bsd/kern/
H A Dtty.c891 oflag = tp->t_oflag; in ttyoutput()
929 if (c == '\n' && ISSET(tp->t_oflag, ONLCR)) { in ttyoutput()
937 else if (c == '\r' && ISSET(tp->t_oflag, OCRNL)) { in ttyoutput()
941 else if (c == '\r' && ISSET(tp->t_oflag, ONOCR) && tp->t_column == 0) { in ttyoutput()
1382 tp->t_oflag = t->c_oflag; in ttioctl_locked()
2576 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.c283 tp->t_oflag = TTYDEF_OFLAG; in ptsopen()