c_oflag            76 bsp/drv/include/tty.h #define	t_oflag		t_termios.c_oflag
c_oflag           155 include/sys/termios.h 	tcflag_t	c_oflag;	/* output flags */
c_oflag            45 usr/lib/libc/termios/cfmakeraw.c 	t->c_oflag &= ~OPOST;
c_oflag            98 usr/sample/tetris/screen.c 	newtt.c_oflag &= ~OXTABS;