Searched refs:BACKCHAR (Results 1 – 8 of 8) sorted by relevance
112 if (utf) BACKCHAR(bptr); in PRIV()121 BACKCHAR(bptr); in PRIV()
55 #undef BACKCHAR346 #define BACKCHAR(eptr) while((*eptr & 0xc0u) == 0x80u) eptr-- macro452 #define BACKCHAR(eptr) if ((*eptr & 0xfc00u) == 0xdc00u) eptr-- macro525 #define BACKCHAR(eptr) do { } while (0) macro
178 BACKCHAR(ptr); in PRIV()
1227 BACKCHAR(Feptr); in match()1604 BACKCHAR(Feptr); in match()1742 BACKCHAR(Feptr); in match()1974 BACKCHAR(Feptr); in match()2143 if (utf) BACKCHAR(Feptr); in match()4022 if (utf) BACKCHAR(Feptr); in match()4072 BACKCHAR(Feptr); in match()4083 BACKCHAR(fptr); in match()4338 BACKCHAR(Feptr); in match()5415 BACKCHAR(Feptr); in match()[all …]
1097 if (utf) { BACKCHAR(temp); } in internal_dfa_match()
6490 BACKCHAR(lastchar); in compile_branch()
7256 BACKCHAR(bptr); in do_extuni_utf()
314 27. Tidied up the ACROSSCHAR macro to be like FORWARDCHAR and BACKCHAR, using a