Searched refs:META_BIGVALUE (Results 1 – 2 of 2) sorted by relevance
214 #define META_BIGVALUE 0x80050000u /* Next is a literal > META_END */ macro946 case META_BIGVALUE: fprintf(stderr, "META_BIGVALUE %.8x", *pptr++); break; in show_parsed()2313 if (c >= META_END) *p++ = META_BIGVALUE; \5370 if (meta == META_BIGVALUE) in compile_branch()5504 if (d == META_BIGVALUE) d = *(++pptr); in compile_branch()7207 case META_BIGVALUE: in compile_branch()8625 case META_BIGVALUE: in get_branchlength()8798 if (META_CODE(*gptr) == META_BIGVALUE) gptr++; in get_branchlength()9055 case META_BIGVALUE: in check_lookbehinds()
250 META_BIGVALUE Next is a literal >= META_END