Searched refs:BACKCHAR (Results 1 – 7 of 7) sorted by relevance
112 if (utf) BACKCHAR(bptr); in PRIV()121 BACKCHAR(bptr); in PRIV()
178 BACKCHAR(ptr); in PRIV()
55 #undef BACKCHAR345 #define BACKCHAR(eptr) while((*eptr & 0xc0u) == 0x80u) eptr-- macro451 #define BACKCHAR(eptr) if ((*eptr & 0xfc00u) == 0xdc00u) eptr-- macro524 #define BACKCHAR(eptr) do { } while (0) macro
1313 BACKCHAR(Feptr); in match()1694 BACKCHAR(Feptr); in match()1832 BACKCHAR(Feptr); in match()2064 BACKCHAR(Feptr); in match()2233 if (utf) BACKCHAR(Feptr); in match()4304 if (utf) BACKCHAR(Feptr); in match()4354 BACKCHAR(Feptr); in match()4365 BACKCHAR(fptr); in match()4620 BACKCHAR(Feptr); in match()5700 BACKCHAR(Feptr); in match()[all …]
1111 if (utf) { BACKCHAR(temp); } in internal_dfa_match()
7020 BACKCHAR(lastchar); in compile_branch()
8562 BACKCHAR(bptr); in do_extuni_utf()
Completed in 79 milliseconds