Searched refs:BACKCHAR (Results 1 - 5 of 5) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_newline.c160 BACKCHAR(ptr);
H A Dpcre_internal.h619 /* #define BACKCHAR(eptr) */
794 #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_exec.c1679 BACKCHAR(eptr);
2194 BACKCHAR(lastptr);
3050 BACKCHAR(eptr);
3208 if (utf) BACKCHAR(eptr);
3484 BACKCHAR(eptr);
3904 BACKCHAR(eptr);
4039 BACKCHAR(eptr);
5610 if (utf) BACKCHAR(eptr);
5664 BACKCHAR(eptr);
5675 BACKCHAR(fpt
[all...]
H A Dpcre_dfa_exec.c1019 if (utf) { BACKCHAR(temp); }
H A Dpcre_compile.c5652 BACKCHAR(lastchar);

Completed in 237 milliseconds