Home | History | Annotate | Download | only in getty

Lines Matching defs:oflag

188 	tcflag_t iflag, oflag, cflag, lflag;
244 oflag = omode.c_oflag;
289 SET(oflag, ONLCR|OPOST);
292 CLR(oflag, ONLCR);
296 SET(oflag, OXTABS|OPOST);
298 CLR(oflag, OXTABS);
307 CLR(oflag, OPOST);
357 tmode.c_oflag = oflag;
369 tcflag_t iflag, oflag, cflag, lflag;
372 oflag = OPOST|ONLCR|OXTABS;
386 SET(oflag, ONLCR);
389 CLR(oflag, ONLCR);
392 SET(oflag, OXTABS);
394 CLR(oflag, OXTABS);
470 SET(oflag, OPOST);
472 CLR(oflag, OPOST);
477 SET(oflag, OPOST);
481 tmode.c_oflag = oflag;