repeat            672 Zend/zend_builtin_functions.c repeat:
repeat            685 Zend/zend_builtin_functions.c 					goto repeat;
repeat            363 ext/ereg/regex/regcomp.c 		repeat(p, pos, count, count2);
repeat            541 ext/ereg/regex/regcomp.c 		repeat(p, pos, count, count2);
repeat            939 ext/ereg/regex/regcomp.c 		repeat(p, start+1, 1, to);
repeat            959 ext/ereg/regex/regcomp.c 		repeat(p, copy, 1, to-1);
repeat            967 ext/ereg/regex/regcomp.c 		repeat(p, copy, from-1, to-1);
repeat            971 ext/ereg/regex/regcomp.c 		repeat(p, copy, from-1, to);
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            708 ext/mbstring/oniguruma/regint.h     } repeat;
repeat           2285 ext/mbstring/oniguruma/regparse.c     } repeat;
repeat           2387 ext/mbstring/oniguruma/regparse.c   tok->u.repeat.lower = low;
repeat           2388 ext/mbstring/oniguruma/regparse.c   tok->u.repeat.upper = up;
repeat           3154 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.lower = 0;
repeat           3155 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.upper = REPEAT_INFINITE;
repeat           3162 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.lower = 1;
repeat           3163 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.upper = REPEAT_INFINITE;
repeat           3170 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.lower = 0;
repeat           3171 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.upper = 1;
repeat           3176 ext/mbstring/oniguruma/regparse.c 	tok->u.repeat.greedy     = 0;
repeat           3177 ext/mbstring/oniguruma/regparse.c 	tok->u.repeat.possessive = 0;
repeat           3187 ext/mbstring/oniguruma/regparse.c 	  tok->u.repeat.greedy     = 1;
repeat           3188 ext/mbstring/oniguruma/regparse.c 	  tok->u.repeat.possessive = 1;
repeat           3191 ext/mbstring/oniguruma/regparse.c 	  tok->u.repeat.greedy     = 1;
repeat           3192 ext/mbstring/oniguruma/regparse.c 	  tok->u.repeat.possessive = 0;
repeat           3620 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.lower = 0;
repeat           3621 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.upper = REPEAT_INFINITE;
repeat           3631 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.lower = 1;
repeat           3632 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.upper = REPEAT_INFINITE;
repeat           3642 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.lower = 0;
repeat           3643 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.upper = 1;
repeat           5098 ext/mbstring/oniguruma/regparse.c       goto repeat;
repeat           5371 ext/mbstring/oniguruma/regparse.c   repeat:
repeat           5376 ext/mbstring/oniguruma/regparse.c       qn = node_new_quantifier(tok->u.repeat.lower, tok->u.repeat.upper,
repeat           5379 ext/mbstring/oniguruma/regparse.c       NQTFR(qn)->greedy = tok->u.repeat.greedy;
repeat           5386 ext/mbstring/oniguruma/regparse.c       if (tok->u.repeat.possessive != 0) {
repeat            151 win32/time.c   	int repeat = TIME_ONESHOT;
repeat            159 win32/time.c   			repeat = TIME_PERIODIC;
repeat            164 win32/time.c   				realtimer = timeSetEvent(timeout, 100, (LPTIMECALLBACK) setitimer_timeout, (UINT) msg, repeat);
repeat            168 win32/time.c   				virttimer = timeSetEvent(timeout, 100, (LPTIMECALLBACK) setitimer_timeout, (UINT) msg, repeat);
repeat            172 win32/time.c   				proftimer = timeSetEvent(timeout, 100, (LPTIMECALLBACK) setitimer_timeout, (UINT) msg, repeat);