Searched refs:META_CODE (Results 1 – 1 of 1) sorted by relevance
113 #define META_CODE(x) (x & 0xffff0000u) macro948 else switch (META_CODE(*pptr++)) in show_parsed()5745 meta = META_CODE(*pptr); in compile_branch()6158 if (META_CODE(meta) != META_ESCAPE) in compile_branch()8576 if (META_CODE(*pptr) != META_ALT) in compile_regex()9256 uint32_t meta = META_CODE(*pptr); in parsed_skip()9482 else switch (META_CODE(*pptr)) in get_branchlength()9631 uint32_t meta_code = META_CODE(*pptr); in get_branchlength()9698 if (META_CODE(*gptr) == META_BIGVALUE) gptr++; in get_branchlength()9913 while (META_CODE(*bptr) == META_ALT); in set_lookbehind_lengths()[all …]
Completed in 34 milliseconds