Searched refs:BACKCHAR (Results 1 – 5 of 5) sorted by relevance
55 #undef BACKCHAR340 #define BACKCHAR(eptr) while((*eptr & 0xc0u) == 0x80u) eptr-- macro446 #define BACKCHAR(eptr) if ((*eptr & 0xfc00u) == 0xdc00u) eptr-- macro519 #define BACKCHAR(eptr) do { } while (0) macro
178 BACKCHAR(ptr); in PRIV()
1715 BACKCHAR(eptr); in match()2276 BACKCHAR(lastptr); in match()3164 BACKCHAR(eptr); in match()3322 if (utf) BACKCHAR(eptr); in match()3596 BACKCHAR(eptr); in match()3997 BACKCHAR(eptr); in match()4136 BACKCHAR(eptr); in match()5711 if (utf) BACKCHAR(eptr); in match()5770 BACKCHAR(eptr); in match()5781 BACKCHAR(fptr); in match()[all …]
956 if (utf) { BACKCHAR(temp); } in internal_dfa_match()
5209 BACKCHAR(lastchar); in compile_branch()