Home
last modified time | relevance | path

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

/xnu-8019.80.24/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.c850 ISSET(oflag, OXTABS) && !ISSET(tp->t_lflag, EXTPROC)) { in ttyoutput()
/xnu-8019.80.24/bsd/sys/
H A Dtermios.h142 #define OXTABS 0x00000004 /* expand tabs to spaces */ macro