Searched refs:META_END (Results 1 – 3 of 3) sorted by relevance
208 #define META_END 0x80000000u /* End of pattern */ macro863 if (*pptr < META_END) in show_parsed()875 case META_END: in show_parsed()2313 if (c >= META_END) *p++ = META_BIGVALUE; \4334 *parsed_pattern = META_END; in parse_regex()5087 case META_END: in compile_branch()5174 if (pptr[1] < META_END && pptr[2] == META_CLASS_END) in compile_branch()5378 if (meta >= META_END) in compile_branch()7377 if (meta >= META_END) in compile_branch()8385 if (meta < META_END) continue; /* Literal */ in parsed_skip()[all …]
194 META_END End of pattern (this value is 0x80000000)250 META_BIGVALUE Next is a literal >= META_END
673 overrun did not check when the final META_END item was added.