repeat            842 Zend/zend_builtin_functions.c repeat:
repeat            873 Zend/zend_builtin_functions.c 					goto repeat;
repeat            571 ext/mbstring/oniguruma/regexec.c   stk->u.repeat.num    = (id);\
repeat            572 ext/mbstring/oniguruma/regexec.c   stk->u.repeat.pcode  = (pat);\
repeat            573 ext/mbstring/oniguruma/regexec.c   stk->u.repeat.count  = 0;\
repeat            724 ext/mbstring/oniguruma/regexec.c         STACK_AT(stk->u.repeat_inc.si)->u.repeat.count--;\
repeat            746 ext/mbstring/oniguruma/regexec.c       STACK_AT(stk->u.repeat_inc.si)->u.repeat.count--;\
repeat            766 ext/mbstring/oniguruma/regexec.c       STACK_AT(stk->u.repeat_inc.si)->u.repeat.count--;\
repeat            936 ext/mbstring/oniguruma/regexec.c         if (k->u.repeat.num == (id)) {\
repeat           2541 ext/mbstring/oniguruma/regexec.c       stkp->u.repeat.count++;
repeat           2542 ext/mbstring/oniguruma/regexec.c       if (stkp->u.repeat.count >= reg->repeat_range[mem].upper) {
repeat           2545 ext/mbstring/oniguruma/regexec.c       else if (stkp->u.repeat.count >= reg->repeat_range[mem].lower) {
repeat           2547 ext/mbstring/oniguruma/regexec.c         p = STACK_AT(si)->u.repeat.pcode; /* Don't use stkp after PUSH. */
repeat           2550 ext/mbstring/oniguruma/regexec.c         p = stkp->u.repeat.pcode;
repeat           2571 ext/mbstring/oniguruma/regexec.c       stkp->u.repeat.count++;
repeat           2572 ext/mbstring/oniguruma/regexec.c       if (stkp->u.repeat.count < reg->repeat_range[mem].upper) {
repeat           2573 ext/mbstring/oniguruma/regexec.c         if (stkp->u.repeat.count >= reg->repeat_range[mem].lower) {
repeat           2574 ext/mbstring/oniguruma/regexec.c           UChar* pcode = stkp->u.repeat.pcode;
repeat           2580 ext/mbstring/oniguruma/regexec.c           p = stkp->u.repeat.pcode;
repeat           2584 ext/mbstring/oniguruma/regexec.c       else if (stkp->u.repeat.count == reg->repeat_range[mem].upper) {
repeat            716 ext/mbstring/oniguruma/regint.h     } repeat;
repeat           2293 ext/mbstring/oniguruma/regparse.c     } repeat;
repeat           2395 ext/mbstring/oniguruma/regparse.c   tok->u.repeat.lower = low;
repeat           2396 ext/mbstring/oniguruma/regparse.c   tok->u.repeat.upper = up;
repeat           3159 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.lower = 0;
repeat           3160 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.upper = REPEAT_INFINITE;
repeat           3167 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.lower = 1;
repeat           3168 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.upper = REPEAT_INFINITE;
repeat           3175 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.lower = 0;
repeat           3176 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.upper = 1;
repeat           3181 ext/mbstring/oniguruma/regparse.c 	tok->u.repeat.greedy     = 0;
repeat           3182 ext/mbstring/oniguruma/regparse.c 	tok->u.repeat.possessive = 0;
repeat           3192 ext/mbstring/oniguruma/regparse.c 	  tok->u.repeat.greedy     = 1;
repeat           3193 ext/mbstring/oniguruma/regparse.c 	  tok->u.repeat.possessive = 1;
repeat           3196 ext/mbstring/oniguruma/regparse.c 	  tok->u.repeat.greedy     = 1;
repeat           3197 ext/mbstring/oniguruma/regparse.c 	  tok->u.repeat.possessive = 0;
repeat           3625 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.lower = 0;
repeat           3626 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.upper = REPEAT_INFINITE;
repeat           3636 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.lower = 1;
repeat           3637 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.upper = REPEAT_INFINITE;
repeat           3647 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.lower = 0;
repeat           3648 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.upper = 1;
repeat           5100 ext/mbstring/oniguruma/regparse.c       goto repeat;
repeat           5373 ext/mbstring/oniguruma/regparse.c   repeat:
repeat           5378 ext/mbstring/oniguruma/regparse.c       qn = node_new_quantifier(tok->u.repeat.lower, tok->u.repeat.upper,
repeat           5381 ext/mbstring/oniguruma/regparse.c       NQTFR(qn)->greedy = tok->u.repeat.greedy;
repeat           5388 ext/mbstring/oniguruma/regparse.c       if (tok->u.repeat.possessive != 0) {
repeat           3240 ext/pcre/pcrelib/pcre_jit_compile.c int len, repeat, len_save, consumed = 0;
repeat           3251 ext/pcre/pcrelib/pcre_jit_compile.c repeat = 1;
repeat           3306 ext/pcre/pcrelib/pcre_jit_compile.c     repeat = GET2(cc, 1);
repeat           3438 ext/pcre/pcrelib/pcre_jit_compile.c     repeat = GET2(cc, 1);
repeat           3448 ext/pcre/pcrelib/pcre_jit_compile.c     repeat = GET2(cc, 1);
repeat           3480 ext/pcre/pcrelib/pcre_jit_compile.c     while (--repeat > 0);
repeat           3482 ext/pcre/pcrelib/pcre_jit_compile.c     repeat = 1;
repeat           3560 ext/pcre/pcrelib/pcre_jit_compile.c     if (--repeat == 0)
repeat           3567 ext/pcre/pcrelib/pcre_jit_compile.c   repeat = 1;