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

/barrelfish-2018-10-04/lib/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.c1682 BACKCHAR(eptr);
2201 BACKCHAR(lastptr);
3057 BACKCHAR(eptr);
3215 if (utf) BACKCHAR(eptr);
3491 BACKCHAR(eptr);
3911 BACKCHAR(eptr);
4046 BACKCHAR(eptr);
5617 if (utf) BACKCHAR(eptr);
5656 backtracking because the use of \C in UTF mode can cause BACKCHAR to
5676 BACKCHAR(ept
[all...]
H A Dpcre_dfa_exec.c1019 if (utf) { BACKCHAR(temp); }
H A Dpcre_compile.c5791 BACKCHAR(lastchar);

Completed in 70 milliseconds