Home
last modified time | relevance | path

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

/netbsd/src/lib/libc/gen/
Dvis.c210 do_mbyte(wchar_t *dst, wint_t c, int flags, wint_t nextc, int iswextra) in do_mbyte() argument
268 if (iswextra || ((c & 0177) == L' ') || (flags & VIS_OCTAL)) { in do_mbyte()
309 int iswextra, i, shft; in do_svis() local
312 iswextra = wcschr(extra, c) != NULL; in do_svis()
313 if (!iswextra && (ISGRAPH(flags, c) || iswwhite(c) || in do_svis()
328 flags, nextc, iswextra); in do_svis()