Searched refs:ONOEOT (Results 1 – 3 of 3) sorted by relevance
109 #define ONOEOT 0x0008 /* discard EOT's (^D) on output */ macro
141 if(OFlag & ONOEOT) { in IIO_WriteOne()
713 Termio->c_oflag = OPOST | ONLCR | OXTABS | ONOEOT | ONOCR | ONLRET | OCTRL; in open()