Lines Matching refs:oflag
276 tcflag_t oflag = tp->t_termios.c_oflag; in ttcompatgetflags() local
282 if (iflag&ICRNL || oflag&ONLCR) in ttcompatgetflags()
307 if (!(flags&RAW) && !(oflag&OPOST) && (cflag&(CSIZE|PARENB)) == CS8) in ttcompatgetflags()
313 if (oflag&TAB3) in ttcompatgetflags()
336 tcflag_t oflag = t->c_oflag; in ttcompatsetflags() local
348 oflag |= TAB3; in ttcompatsetflags()
350 oflag &= ~TAB3; in ttcompatsetflags()
357 oflag |= ONLCR; in ttcompatsetflags()
360 oflag &= ~ONLCR; in ttcompatsetflags()
377 oflag &= ~OPOST; in ttcompatsetflags()
379 oflag |= OPOST; in ttcompatsetflags()
383 oflag |= OPOST; in ttcompatsetflags()
403 t->c_oflag = oflag; in ttcompatsetflags()
413 tcflag_t oflag = t->c_oflag; in ttcompatsetlflags() local
470 oflag &= ~OPOST; in ttcompatsetlflags()
472 oflag |= OPOST; in ttcompatsetlflags()
476 oflag |= OPOST; in ttcompatsetlflags()
479 t->c_oflag = oflag; in ttcompatsetlflags()