Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_newline.c158 BACKCHAR(ptr); in PRIV()
H A Dpcre_exec.c1680 BACKCHAR(eptr); in match()
2199 BACKCHAR(lastptr); in match()
3055 BACKCHAR(eptr); in match()
3213 if (utf) BACKCHAR(eptr); in match()
3489 BACKCHAR(eptr); in match()
3909 BACKCHAR(eptr); in match()
4044 BACKCHAR(eptr); in match()
5615 if (utf) BACKCHAR(eptr); in match()
5674 BACKCHAR(eptr); in match()
5685 BACKCHAR(fptr); in match()
[all …]
H A Dpcre_internal.h794 #define BACKCHAR(eptr) while((*eptr & 0xc0) == 0x80) eptr-- macro
890 #define BACKCHAR(eptr) if ((*eptr & 0xfc00) == 0xdc00) eptr-- macro
952 #define BACKCHAR(eptr) do { } while (0) macro
H A Dpcre_compile.c5748 BACKCHAR(lastchar); in compile_branch()

Completed in 90 milliseconds