OLCUC 301 compat/common/tty_43.c if (ISSET(cflag, XCASE) && ISSET(iflag, IUCLC) && ISSET(oflag, OLCUC))
OLCUC 353 compat/common/tty_43.c SET(oflag, OLCUC);
OLCUC 358 compat/common/tty_43.c CLR(oflag, OLCUC);
OLCUC 409 compat/common/tty_43.c if (ISSET(iflag, IUCLC) && ISSET(oflag, OLCUC))
OLCUC 463 compat/common/tty_43.c SET(oflag, OLCUC);
OLCUC 488 compat/common/tty_43.c if (ISSET(oflag, OLCUC) && ISSET(iflag, IUCLC))
OLCUC 648 kern/tty.c if (ISSET(tp->t_oflag, OLCUC) && islower(c))
OLCUC 650 kern/tty.c else if (ISSET(tp->t_oflag, OLCUC) && ISSET(tp->t_lflag, XCASE)) {