Searched refs:BACKCHAR (Results 1 – 5 of 5) sorted by relevance
160 BACKCHAR(ptr); in PRIV()
1679 BACKCHAR(eptr); in match()2194 BACKCHAR(lastptr); in match()3050 BACKCHAR(eptr); in match()3208 if (utf) BACKCHAR(eptr); in match()3484 BACKCHAR(eptr); in match()3904 BACKCHAR(eptr); in match()4039 BACKCHAR(eptr); in match()5610 if (utf) BACKCHAR(eptr); in match()5664 BACKCHAR(eptr); in match()5675 BACKCHAR(fptr); in match()[all …]
794 #define BACKCHAR(eptr) while((*eptr & 0xc0) == 0x80) eptr-- macro890 #define BACKCHAR(eptr) if ((*eptr & 0xfc00) == 0xdc00) eptr-- macro952 #define BACKCHAR(eptr) do { } while (0) macro
1019 if (utf) { BACKCHAR(temp); } in internal_dfa_exec()
5648 BACKCHAR(lastchar); in compile_branch()