Searched refs:OPOST (Results 1 – 5 of 5) sorted by relevance
22 mode[OFLAG] = mode[OFLAG] & ~(OPOST)
82 if(OFlag & OPOST) { in IIO_WriteOne()
412 IIO->Termio.c_oflag = OPOST | ONLCR | ONOCR | ONLRET; in New_cIIO()
106 #define OPOST 0x0001 /* enable following output processing */ macro
713 Termio->c_oflag = OPOST | ONLCR | OXTABS | ONOEOT | ONOCR | ONLRET | OCTRL; in open()