Searched refs:OXTABS (Results 1 – 3 of 3) sorted by relevance
602 if (oflag & OXTABS) { in ttcompatgetflags()655 oflag |= OXTABS; in ttcompatsetflags()657 oflag &= ~OXTABS; in ttcompatsetflags()
850 ISSET(oflag, OXTABS) && !ISSET(tp->t_lflag, EXTPROC)) { in ttyoutput()
142 #define OXTABS 0x00000004 /* expand tabs to spaces */ macro