Searched refs:nextc (Results 1 - 1 of 1) sorted by relevance

/haiku/src/libs/bsd/
H A Dvis.c164 do_hvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) argument
172 dst = do_svis(dst, c, flags, nextc, extra);
187 do_mvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) argument
191 ((iswspace(c) && (nextc == L'\r' || nextc == L'\n')) ||
200 dst = do_svis(dst, c, flags, nextc, extra);
208 do_mbyte(wchar_t *dst, wint_t c, int flags, wint_t nextc, int iswextra) argument
238 if (iswoctal(nextc)) {
300 * nextc: The character following 'c'
305 do_svis(wchar_t *dst, wint_t c, int flags, wint_t nextc, cons argument
618 svis(char *mbdst, int c, int flags, int nextc, const char *mbextra) argument
633 snvis(char *mbdst, size_t dlen, int c, int flags, int nextc, const char *mbextra) argument
685 vis(char *mbdst, int c, int flags, int nextc) argument
700 nvis(char *mbdst, size_t dlen, int c, int flags, int nextc) argument
[all...]

Completed in 34 milliseconds