oflag             261 compat/common/tty_43.c 	register tcflag_t oflag = tp->t_oflag;
oflag             267 compat/common/tty_43.c 	if (ISSET(iflag, ICRNL) || ISSET(oflag, ONLCR))
oflag             291 compat/common/tty_43.c 		if (!ISSET(oflag, OPOST))
oflag             301 compat/common/tty_43.c 	if (ISSET(cflag, XCASE) && ISSET(iflag, IUCLC) && ISSET(oflag, OLCUC))
oflag             303 compat/common/tty_43.c 	if (ISSET(oflag, OXTABS))
oflag             328 compat/common/tty_43.c 	register tcflag_t oflag = t->c_oflag;
oflag             342 compat/common/tty_43.c 		SET(oflag, ONLCR);
oflag             345 compat/common/tty_43.c 		CLR(oflag, ONLCR);
oflag             348 compat/common/tty_43.c 		SET(oflag, OXTABS);
oflag             350 compat/common/tty_43.c 		CLR(oflag, OXTABS);
oflag             353 compat/common/tty_43.c 		SET(oflag, OLCUC);
oflag             358 compat/common/tty_43.c 		CLR(oflag, OLCUC);
oflag             403 compat/common/tty_43.c 			SET(oflag, OPOST);
oflag             405 compat/common/tty_43.c 			CLR(oflag, OPOST);
oflag             409 compat/common/tty_43.c 		if (ISSET(iflag, IUCLC) && ISSET(oflag, OLCUC))
oflag             412 compat/common/tty_43.c 		SET(oflag, OPOST);
oflag             416 compat/common/tty_43.c 	t->c_oflag = oflag;
oflag             428 compat/common/tty_43.c 	register tcflag_t oflag = t->c_oflag;
oflag             463 compat/common/tty_43.c 		SET(oflag, OLCUC);
oflag             478 compat/common/tty_43.c 			SET(oflag, OPOST);
oflag             480 compat/common/tty_43.c 			CLR(oflag, OPOST);
oflag             487 compat/common/tty_43.c 		SET(oflag, OPOST);
oflag             488 compat/common/tty_43.c 		if (ISSET(oflag, OLCUC) && ISSET(iflag, IUCLC))
oflag             493 compat/common/tty_43.c 	t->c_oflag = oflag;
oflag             596 kern/tty.c     	long oflag;
oflag             599 kern/tty.c     	oflag = tp->t_oflag;
oflag             600 kern/tty.c     	if (!ISSET(oflag, OPOST)) {
oflag             615 kern/tty.c     	    ISSET(oflag, OXTABS) && !ISSET(tp->t_lflag, EXTPROC)) {
oflag             630 kern/tty.c     	if (c == CEOT && ISSET(oflag, ONOEOT))
oflag            1165 xfs/xfs_vnodeops-bsd.c 	 int oflag)