Home
last modified time | relevance | path

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

/haiku/src/libs/bsd/
H A Dvis.c208 do_mbyte(wchar_t *dst, wint_t c, int flags, wint_t nextc, int iswextra) in do_mbyte() argument
266 if (iswextra || ((c & 0177) == L' ') || (flags & VIS_OCTAL)) { in do_mbyte()
307 int iswextra, i, shft = 0; in do_svis() local
310 iswextra = wcschr(extra, c) != NULL; in do_svis()
311 if (!iswextra && (ISGRAPH(flags, c) || iswwhite(c) || in do_svis()
326 flags, nextc, iswextra); in do_svis()