Searched refs:TAB3 (Results 1 – 4 of 4) sorted by relevance
317 if (oflag&TAB3) in ttcompatgetflags()352 oflag |= TAB3; in ttcompatsetflags()354 oflag &= ~TAB3; in ttcompatsetflags()
395 if (CMP_FLAG(o, TAB3)) { in ttydisc_write_oproc()
92 #define TTYSUP_OFLAG (OPOST|ONLCR|TAB3|ONOEOT|OCRNL|ONOCR|ONLRET)
113 #define TAB3 0x00000004 /* expand tabs to spaces */ macro