Home
last modified time | relevance | path

Searched refs:XTABS (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dioctl_compat.h133 #define XTABS 0x00000c00 /* expand tabs on output */ macro
/xnu-8019.80.24/bsd/kern/
H A Dtty_compat.c603 flags |= XTABS; in ttcompatgetflags()
654 if (flags & XTABS) { in ttcompatsetflags()