Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_newline.c160 BACKCHAR(ptr); in PRIV()
H A Dpcre_exec.c1682 BACKCHAR(eptr); in match()
2201 BACKCHAR(lastptr); in match()
3057 BACKCHAR(eptr); in match()
3215 if (utf) BACKCHAR(eptr); in match()
3491 BACKCHAR(eptr); in match()
3911 BACKCHAR(eptr); in match()
4046 BACKCHAR(eptr); in match()
5617 if (utf) BACKCHAR(eptr); in match()
5676 BACKCHAR(eptr); in match()
5687 BACKCHAR(fptr); in match()
[all …]
H A Dpcre_internal.h798 #define BACKCHAR(eptr) while((*eptr & 0xc0) == 0x80) eptr-- macro
894 #define BACKCHAR(eptr) if ((*eptr & 0xfc00) == 0xdc00) eptr-- macro
956 #define BACKCHAR(eptr) do { } while (0) macro
H A Dpcre_compile.c5750 BACKCHAR(lastchar); in compile_branch()

Completed in 48 milliseconds