Lines Matching defs:nextc
166 do_hvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra)
174 dst = do_svis(dst, c, flags, nextc, extra);
189 do_mvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra)
193 ((iswspace(c) && (nextc == L'\r' || nextc == L'\n')) ||
202 dst = do_svis(dst, c, flags, nextc, extra);
210 do_mbyte(wchar_t *dst, wint_t c, int flags, wint_t nextc, int iswextra)
240 if (iswoctal(nextc)) {
302 * nextc: The character following 'c'
307 do_svis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra)
328 flags, nextc, iswextra);
421 * next character for nextc, the look-ahead character.
529 * processed two characters, c and nextc. Reset len back to
702 svis(char *mbdst, int c, int flags, int nextc, const char *mbextra)
708 cc[1] = nextc;
717 snvis(char *mbdst, size_t dlen, int c, int flags, int nextc, const char *mbextra)
723 cc[1] = nextc;
769 vis(char *mbdst, int c, int flags, int nextc)
775 cc[1] = nextc;
784 nvis(char *mbdst, size_t dlen, int c, int flags, int nextc)
790 cc[1] = nextc;