strvis
(void)strvis(sdst, short2str(cp), VIS_NOSLASH);
len = strvis(name, src, flags);
len = strvis(v, s, VIS_TAB | VIS_NL | VIS_CSTYLE);
int strvis(char *, const char *, int);
strvis(buf, ptr, VIS_NL);
(void) strvis(ptr, str, VIS_WHITE);
(void)strvis(visline, line, VIS_CSTYLE);
strvis(vis_user, request->l_name, VIS_CSTYLE);
strvis(dst, NULL, VIS_SAFE);
strvis(dst, "", VIS_SAFE);
(void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL);
(void)strvis(visbuf, t->data, VIS_WHITE | VIS_OCTAL);
(void)strvis(visbuf, buf, VIS_WHITE | VIS_OCTAL);
(void)strvis(buf, illegal, VIS_WHITE | VIS_OCTAL);
(void)strvis(buf, legal, VIS_WHITE | VIS_OCTAL);
(void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL);
(void)strvis(buf, cs, VIS_WHITE | VIS_OCTAL);
strvis(buf_a, *a, VIS_WHITE | VIS_OCTAL);
strvis(buf_b, *b, VIS_WHITE | VIS_OCTAL);
strvis(in, line, VIS_TAB);