Searched refs:repeat_max (Results 1 – 1 of 1) sorted by relevance
6920 repeat_max = *(++pptr); in compile_branch()6927 repeat_max = REPEAT_UNLIMITED; in compile_branch()6941 repeat_max = 1; in compile_branch()7058 if (repeat_max == 0) in compile_branch()7075 if (repeat_max == REPEAT_UNLIMITED) repeat_max = 0; /* 2-byte encoding for max */ in compile_branch()7143 if (repeat_max != REPEAT_UNLIMITED) repeat_max -= repeat_min; in compile_branch()7206 if (repeat_max == REPEAT_UNLIMITED) repeat_max = repeat_min + 1; in compile_branch()7236 if (repeat_max <= 1 || repeat_max == REPEAT_UNLIMITED) in compile_branch()7240 if (repeat_max == 0) in compile_branch()7272 if (repeat_max != REPEAT_UNLIMITED) repeat_max--; in compile_branch()[all …]
Completed in 32 milliseconds