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()
1228 BACKCHAR(Feptr); in match()1605 BACKCHAR(Feptr); in match()1743 BACKCHAR(Feptr); in match()1975 BACKCHAR(Feptr); in match()2144 if (utf) BACKCHAR(Feptr); in match()4023 if (utf) BACKCHAR(Feptr); in match()4073 BACKCHAR(Feptr); in match()4084 BACKCHAR(fptr); in match()4339 BACKCHAR(Feptr); in match()5417 BACKCHAR(Feptr); in match()[all …]
1104 if (utf) { BACKCHAR(temp); } in internal_dfa_match()
6784 BACKCHAR(lastchar); in compile_branch()
8439 BACKCHAR(bptr); in do_extuni_utf()
470 27. Tidied up the ACROSSCHAR macro to be like FORWARDCHAR and BACKCHAR, using a