Searched refs:BACKCHAR (Results 1 – 4 of 4) sorted by relevance
160 BACKCHAR(ptr); in PRIV()
1676 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()
801 #define BACKCHAR(eptr) while((*eptr & 0xc0) == 0x80) eptr-- macro921 #define BACKCHAR(eptr) if ((*eptr & 0xfc00) == 0xdc00) eptr-- macro1007 #define BACKCHAR(eptr) do { } while (0) macro
4837 BACKCHAR(lastchar); in compile_branch()
Completed in 65 milliseconds