Searched refs:repeat_max (Results 1 – 1 of 1) sorted by relevance
7186 repeat_max = *(++pptr); in compile_branch()7193 repeat_max = REPEAT_UNLIMITED; in compile_branch()7207 repeat_max = 1; in compile_branch()7324 if (repeat_max == 0) in compile_branch()7341 if (repeat_max == REPEAT_UNLIMITED) repeat_max = 0; /* 2-byte encoding for max */ in compile_branch()7406 if (repeat_max != REPEAT_UNLIMITED) repeat_max -= repeat_min; in compile_branch()7469 if (repeat_max == REPEAT_UNLIMITED) repeat_max = repeat_min + 1; in compile_branch()7499 if (repeat_max <= 1 || repeat_max == REPEAT_UNLIMITED) in compile_branch()7503 if (repeat_max == 0) in compile_branch()7535 if (repeat_max != REPEAT_UNLIMITED) repeat_max--; in compile_branch()[all …]
Completed in 24 milliseconds