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

/xnu-2422.115.4/bsd/kern/
H A Dtty_compat.c559 if (oflag&OXTABS)
606 oflag |= OXTABS;
608 oflag &= ~OXTABS;
H A Dtty.c899 * Do tab expansion if OXTABS is set. Special case if we external
906 ISSET(oflag, OXTABS) && !ISSET(tp->t_lflag, EXTPROC)) {
/xnu-2422.115.4/bsd/sys/
H A Dtermios.h142 #define OXTABS 0x00000004 /* expand tabs to spaces */ macro
182 /* not in sys/ioctl_compat.h, use OXTABS value */

Completed in 29 milliseconds