HomeSort by: relevance | last modified time | path
    Searched defs:iswextra (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/gen/
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);

Completed in 59 milliseconds