Searched refs:iswextra (Results 1 – 1 of 1) sorted by relevance
183 do_mbyte(wchar_t *dst, wint_t c, int flags, wint_t nextc, int iswextra) in do_mbyte() argument226 if (iswextra || ((c & 0177) == L' ') || (flags & VIS_OCTAL)) { in do_mbyte()267 int iswextra, i, shft; in do_svis() local270 iswextra = wcschr(extra, c) != NULL; in do_svis()271 if (!iswextra && (iswgraph(c) || iswwhite(c) || in do_svis()286 flags, nextc, iswextra); in do_svis()