Home
last modified time | relevance | path

Searched refs:OXTABS (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.121.6/bsd/kern/
H A Dtty_compat.c602 if (oflag & OXTABS) { in ttcompatgetflags()
655 oflag |= OXTABS; in ttcompatsetflags()
657 oflag &= ~OXTABS; in ttcompatsetflags()
H A Dtty.c911 ISSET(oflag, OXTABS) && !ISSET(tp->t_lflag, EXTPROC)) { in ttyoutput()
/xnu-11417.121.6/bsd/sys/
H A Dtermios.h142 #define OXTABS 0x00000004 /* expand tabs to spaces */ macro