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

/external/openssh/openbsd-compat/
H A Dvis.c57 vis(char *dst, int c, int flag, int nextc) argument
104 if (isoctal(nextc)) {
/external/libedit/src/
H A Dvis.c139 do_hvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) argument
147 dst = do_svis(dst, c, flags, nextc, extra);
162 do_mvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) argument
166 ((iswspace(c) && (nextc == L'\r' || nextc == L'\n')) ||
175 dst = do_svis(dst, c, flags, nextc, extra);
183 do_mbyte(wchar_t *dst, wint_t c, int flags, wint_t nextc, int iswextra) argument
213 if (iswoctal(nextc)) {
260 * nextc: The character following 'c'
265 do_svis(wchar_t *dst, wint_t c, int flags, wint_t nextc, cons argument
544 svis(char *mbdst, int c, int flags, int nextc, const char *mbextra) argument
559 snvis(char *mbdst, size_t dlen, int c, int flags, int nextc, const char *mbextra) argument
611 vis(char *mbdst, int c, int flags, int nextc) argument
626 nvis(char *mbdst, size_t dlen, int c, int flags, int nextc) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Drematch.cpp3443 UChar32 nextc = UTEXT_CURRENT32(fInputText); local
3444 if (nextc == 0x0a) {

Completed in 146 milliseconds