Searched refs:BACKCHAR (Results 1 – 5 of 5) sorted by relevance
160 BACKCHAR(ptr); in PRIV()
1682 BACKCHAR(eptr); in match()2201 BACKCHAR(lastptr); in match()3057 BACKCHAR(eptr); in match()3215 if (utf) BACKCHAR(eptr); in match()3491 BACKCHAR(eptr); in match()3911 BACKCHAR(eptr); in match()4046 BACKCHAR(eptr); in match()5617 if (utf) BACKCHAR(eptr); in match()5676 BACKCHAR(eptr); in match()5687 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()
5750 BACKCHAR(lastchar); in compile_branch()