Welcome to The Fiwix Project
A UNIX-like kernel for the i386 architecture
c_oflag 41 drivers/char/tty.c termio->c_oflag = termios->c_oflag; c_oflag 55 drivers/char/tty.c termios->c_oflag = termio->c_oflag; c_oflag 70 drivers/char/tty.c if(tty->termios.c_oflag & OPOST) { c_oflag 73 drivers/char/tty.c if(tty->termios.c_oflag & ONLCR) { c_oflag 94 drivers/char/tty.c if(tty->termios.c_oflag & OLCUC) { c_oflag 261 drivers/char/tty.c tty->termios.c_oflag = OPOST | ONLCR; c_oflag 26 include/fiwix/termios.h unsigned short int c_oflag; /* output mode flags */ c_oflag 39 include/fiwix/termios.h tcflag_t c_oflag; /* output mode flags */