Searched refs:t_oflag (Results 1 – 16 of 16) sorted by relevance
607 oflag = tp->t_oflag;646 if (c == '\n' && ISSET(tp->t_oflag, ONLCR)) {653 else if (c == '\r' && ISSET(tp->t_oflag, OCRNL))656 if (ISSET(tp->t_oflag, OLCUC) && islower(c))658 else if (ISSET(tp->t_oflag, OLCUC) && ISSET(tp->t_lflag, XCASE)) {685 if (ISSET(tp->t_oflag, ONOCR) && c == '\r' && tp->t_column == 0)702 if (ISSET(tp->t_oflag, ONLRET) || ISSET(tp->t_oflag, OCRNL))928 tp->t_oflag = t->c_oflag;1771 if (!ISSET(tp->t_oflag, OPOST))
258 tp->t_oflag = TTYDEF_OFLAG;
159 #define t_oflag t_termios.c_oflag macro
577 tp->t_oflag = TTYDEF_OFLAG;581 tp->t_oflag = 0;
307 tp->t_oflag = TTYDEF_OFLAG;
897 tp->t_oflag = TTYDEF_OFLAG;
261 register tcflag_t oflag = tp->t_oflag;
362 tp->t_oflag = TTYDEF_OFLAG;
316 tp->t_oflag = TTYDEF_OFLAG;
496 tp->t_oflag = TTYDEF_OFLAG;
413 tp->t_oflag = TTYDEF_OFLAG; in ucomopen()
1025 tp->t_oflag = TTYDEF_OFLAG; in czttyopen()
370 tp->t_oflag = TTYDEF_OFLAG;
865 tp->t_oflag = TTYDEF_OFLAG; in mttyopen()
831 tp->t_oflag = TTYDEF_OFLAG;
835 tp->t_oflag = TTYDEF_OFLAG; in wsdisplayopen()