Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_newline.c160 BACKCHAR(ptr); in PRIV()
H A Dpcre_exec.c1676 BACKCHAR(eptr); in match()
2179 BACKCHAR(lastptr); in match()
2984 BACKCHAR(eptr); in match()
3129 if (utf) BACKCHAR(eptr); in match()
3391 BACKCHAR(eptr); in match()
3815 BACKCHAR(eptr); in match()
3950 BACKCHAR(eptr); in match()
5485 if (utf) BACKCHAR(eptr); in match()
5532 BACKCHAR(eptr); in match()
5814 BACKCHAR(eptr); in match()
H A Dpcre_internal.h801 #define BACKCHAR(eptr) while((*eptr & 0xc0) == 0x80) eptr-- macro
921 #define BACKCHAR(eptr) if ((*eptr & 0xfc00) == 0xdc00) eptr-- macro
1007 #define BACKCHAR(eptr) do { } while (0) macro
H A Dpcre_compile.c4837 BACKCHAR(lastchar); in compile_branch()

Completed in 65 milliseconds