XTABS
# ifdef XTABS
# define OFLAGS_TABS XTABS /* XTABS is usually the "same" */
if (termp->Ottyb.sg_flags & XTABS)
termp->Nttyb.sg_flags &= (unsigned) (~XTABS);
termp->Nttyb.sg_flags &= (unsigned) (~XTABS);
_term->Nttyb.sg_flags &= (unsigned) ~XTABS;
if (_term->Ottyb.sg_flags & XTABS)
#ifdef XTABS
{"xtabs", XTABS, MD_OUT},
# if defined(OXTABS) && !defined(XTABS)