vis.c | 210 do_mbyte(wchar_t *dst, wint_t c, int flags, wint_t nextc, int iswextra) 268 if (iswextra || ((c & 0177) == L' ') || (flags & VIS_OCTAL)) { 309 int iswextra, i, shft; local in function:do_svis 312 iswextra = wcschr(extra, c) != NULL; 313 if (!iswextra && (ISGRAPH(flags, c) || iswwhite(c) || 328 flags, nextc, iswextra);
|