Home
last modified time | relevance | path

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

/external/libedit/src/
Dvis.c183 do_mbyte(wchar_t *dst, wint_t c, int flags, wint_t nextc, int iswextra) in do_mbyte() argument
226 if (iswextra || ((c & 0177) == L' ') || (flags & VIS_OCTAL)) { in do_mbyte()
267 int iswextra, i, shft; in do_svis() local
270 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()