Home
last modified time | relevance | path

Searched refs:c_oflag (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/kern/
H A Dtty_compat.c280 tcflag_t oflag = tp->t_termios.c_oflag; in ttcompatgetflags()
340 tcflag_t oflag = t->c_oflag; in ttcompatsetflags()
407 t->c_oflag = oflag; in ttcompatsetflags()
417 tcflag_t oflag = t->c_oflag; in ttcompatsetlflags()
483 t->c_oflag = oflag; in ttcompatsetlflags()
H A Dtty.c626 new->c_oflag = (old->c_oflag & lock->c_oflag) | in ttydev_ioctl()
627 (new->c_oflag & ~lock->c_oflag); in ttydev_ioctl()
910 t->c_oflag = TTYDEF_OFLAG; in tty_init_termios()
1717 t->c_oflag &= TTYSUP_OFLAG; in tty_generic_ioctl()
1757 tp->t_termios.c_oflag = t->c_oflag; in tty_generic_ioctl()
2350 t->c_iflag, t->c_oflag, t->c_cflag, t->c_lflag, in _db_show_termios()
/f-stack/freebsd/sys/
H A D_termios.h222 tcflag_t c_oflag; /* output flags */ member
/f-stack/app/redis-5.0.5/deps/linenoise/
H A Dlinenoise.c233 raw.c_oflag &= ~(OPOST); in enableRawMode()