Searched refs:FORWARDCHAR (Results 1 – 2 of 2) sorted by relevance
58 #undef FORWARDCHAR343 #define FORWARDCHAR(eptr) while((*eptr & 0xc0u) == 0x80u) eptr++ macro449 #define FORWARDCHAR(eptr) if ((*eptr & 0xfc00u) == 0xdc00u) eptr++ macro523 #define FORWARDCHAR(eptr) do { } while (0) macro
3076 if (utf) FORWARDCHAR(ptr); in process_verb_name()3293 if (utf) FORWARDCHAR(ptr); in scan_for_captures()4103 if (utf) FORWARDCHAR(ptr); in compile_branch()5133 if (utf) FORWARDCHAR(ptr); in compile_branch()