VIS_TAB
len = strvis(v, s, VIS_TAB | VIS_NL | VIS_CSTYLE);
#define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
if (flags & VIS_TAB) *d++ = L'\t';
strsvisx(visbuf, buf, size, VIS_TAB|VIS_NL|VIS_OCTAL, "\"");
stravis(&res, (char *)utfbuf, VIS_CSTYLE|VIS_OCTAL|VIS_TAB|VIS_NL);
VIS_TAB,
strvis(in, line, VIS_TAB);
r |= VIS_TAB;
(void) vis(visbuf, *dp, VIS_NL|VIS_TAB|VIS_CSTYLE,
eflags |= VIS_TAB;