Lines Matching refs:META_BIGVALUE
217 #define META_BIGVALUE 0x80050000u /* Next is a literal > META_END */ macro
1019 case META_BIGVALUE: fprintf(stderr, "META_BIGVALUE %.8x", *pptr++); break; in show_parsed()
2588 if (c >= META_END) *p++ = META_BIGVALUE; \
2736 if (c >= META_END) *parsed_pattern++ = META_BIGVALUE; in parse_regex()
2785 if (c >= META_END) *parsed_pattern++ = META_BIGVALUE; in parse_regex()
2827 if (c >= META_END) *parsed_pattern++ = META_BIGVALUE; in parse_regex()
5886 if (meta == META_BIGVALUE) in compile_branch()
6023 if (d == META_BIGVALUE) d = *(++pptr); in compile_branch()
7756 case META_BIGVALUE: in compile_branch()
9204 case META_BIGVALUE: in get_branchlength()
9380 if (META_CODE(*gptr) == META_BIGVALUE) gptr++; in get_branchlength()
9703 case META_BIGVALUE: in check_lookbehinds()