IUCLC             301 compat/common/tty_43.c 	if (ISSET(cflag, XCASE) && ISSET(iflag, IUCLC) && ISSET(oflag, OLCUC))
IUCLC             352 compat/common/tty_43.c 		SET(iflag, IUCLC);
IUCLC             357 compat/common/tty_43.c 		CLR(iflag, IUCLC);
IUCLC             409 compat/common/tty_43.c 		if (ISSET(iflag, IUCLC) && ISSET(oflag, OLCUC))
IUCLC             464 compat/common/tty_43.c 		SET(iflag, IUCLC);
IUCLC             488 compat/common/tty_43.c 		if (ISSET(oflag, OLCUC) && ISSET(iflag, IUCLC))
IUCLC             410 kern/tty.c     		if (ISSET(lflag, XCASE) && ISSET(iflag, IUCLC)) {
IUCLC             438 kern/tty.c     		else if (ISSET(iflag, IUCLC) && isupper(c))