Home
last modified time | relevance | path

Searched refs:iswextra (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/libc-vis/
HDvis.c181 do_mbyte(wchar_t *dst, wint_t c, int flags, wint_t nextc, int iswextra) in do_mbyte() argument
224 if (iswextra || ((c & 0177) == L' ') || (flags & VIS_OCTAL)) { in do_mbyte()
265 int iswextra, i, shft; in do_svis() local
268 iswextra = wcschr(extra, c) != NULL; in do_svis()
269 if (!iswextra && (iswgraph(c) || iswwhite(c) || in do_svis()
284 flags, nextc, iswextra); in do_svis()