repeat            484 Zend/zend_builtin_functions.c repeat:
repeat            497 Zend/zend_builtin_functions.c 					goto repeat;
repeat            317 ext/mbstring/oniguruma/regexec.c     } repeat;
repeat            604 ext/mbstring/oniguruma/regexec.c   stk->u.repeat.num    = (id);\
repeat            605 ext/mbstring/oniguruma/regexec.c   stk->u.repeat.pcode  = (pat);\
repeat            606 ext/mbstring/oniguruma/regexec.c   stk->u.repeat.count  = 0;\
repeat            757 ext/mbstring/oniguruma/regexec.c         STACK_AT(stk->u.repeat_inc.si)->u.repeat.count--;\
repeat            779 ext/mbstring/oniguruma/regexec.c       STACK_AT(stk->u.repeat_inc.si)->u.repeat.count--;\
repeat            799 ext/mbstring/oniguruma/regexec.c       STACK_AT(stk->u.repeat_inc.si)->u.repeat.count--;\
repeat            969 ext/mbstring/oniguruma/regexec.c         if (k->u.repeat.num == (id)) {\
repeat           2709 ext/mbstring/oniguruma/regexec.c       stkp->u.repeat.count++;
repeat           2710 ext/mbstring/oniguruma/regexec.c       if (stkp->u.repeat.count >= reg->repeat_range[mem].upper) {
repeat           2713 ext/mbstring/oniguruma/regexec.c       else if (stkp->u.repeat.count >= reg->repeat_range[mem].lower) {
repeat           2715 ext/mbstring/oniguruma/regexec.c         p = STACK_AT(si)->u.repeat.pcode; /* Don't use stkp after PUSH. */
repeat           2718 ext/mbstring/oniguruma/regexec.c         p = stkp->u.repeat.pcode;
repeat           2739 ext/mbstring/oniguruma/regexec.c       stkp->u.repeat.count++;
repeat           2740 ext/mbstring/oniguruma/regexec.c       if (stkp->u.repeat.count < reg->repeat_range[mem].upper) {
repeat           2741 ext/mbstring/oniguruma/regexec.c         if (stkp->u.repeat.count >= reg->repeat_range[mem].lower) {
repeat           2742 ext/mbstring/oniguruma/regexec.c           UChar* pcode = stkp->u.repeat.pcode;
repeat           2748 ext/mbstring/oniguruma/regexec.c           p = stkp->u.repeat.pcode;
repeat           2752 ext/mbstring/oniguruma/regexec.c       else if (stkp->u.repeat.count == reg->repeat_range[mem].upper) {
repeat           2262 ext/mbstring/oniguruma/regparse.c     } repeat;
repeat           2362 ext/mbstring/oniguruma/regparse.c   tok->u.repeat.lower = low;
repeat           2363 ext/mbstring/oniguruma/regparse.c   tok->u.repeat.upper = up;
repeat           2993 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.lower = 0;
repeat           2994 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.upper = REPEAT_INFINITE;
repeat           3001 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.lower = 1;
repeat           3002 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.upper = REPEAT_INFINITE;
repeat           3009 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.lower = 0;
repeat           3010 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.upper = 1;
repeat           3015 ext/mbstring/oniguruma/regparse.c 	tok->u.repeat.greedy     = 0;
repeat           3016 ext/mbstring/oniguruma/regparse.c 	tok->u.repeat.possessive = 0;
repeat           3026 ext/mbstring/oniguruma/regparse.c 	  tok->u.repeat.greedy     = 1;
repeat           3027 ext/mbstring/oniguruma/regparse.c 	  tok->u.repeat.possessive = 1;
repeat           3030 ext/mbstring/oniguruma/regparse.c 	  tok->u.repeat.greedy     = 1;
repeat           3031 ext/mbstring/oniguruma/regparse.c 	  tok->u.repeat.possessive = 0;
repeat           3428 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.lower = 0;
repeat           3429 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.upper = REPEAT_INFINITE;
repeat           3439 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.lower = 1;
repeat           3440 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.upper = REPEAT_INFINITE;
repeat           3450 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.lower = 0;
repeat           3451 ext/mbstring/oniguruma/regparse.c       tok->u.repeat.upper = 1;
repeat           4907 ext/mbstring/oniguruma/regparse.c       goto repeat;
repeat           5186 ext/mbstring/oniguruma/regparse.c   repeat:
repeat           5191 ext/mbstring/oniguruma/regparse.c       qn = node_new_qualifier(tok->u.repeat.lower, tok->u.repeat.upper,
repeat           5194 ext/mbstring/oniguruma/regparse.c       NQUALIFIER(qn).greedy = tok->u.repeat.greedy;
repeat           5198 ext/mbstring/oniguruma/regparse.c       if (tok->u.repeat.possessive != 0) {
repeat            363 regex/regcomp.c 		repeat(p, pos, count, count2);
repeat            541 regex/regcomp.c 		repeat(p, pos, count, count2);
repeat            939 regex/regcomp.c 		repeat(p, start+1, 1, to);
repeat            959 regex/regcomp.c 		repeat(p, copy, 1, to-1);
repeat            967 regex/regcomp.c 		repeat(p, copy, from-1, to-1);
repeat            971 regex/regcomp.c 		repeat(p, copy, from-1, to);
repeat            176 win32/time.c   	int repeat = TIME_ONESHOT;
repeat            184 win32/time.c   			repeat = TIME_PERIODIC;
repeat            189 win32/time.c   				realtimer = timeSetEvent(timeout, 100, (LPTIMECALLBACK) setitimer_timeout, (UINT) msg, repeat);
repeat            193 win32/time.c   				virttimer = timeSetEvent(timeout, 100, (LPTIMECALLBACK) setitimer_timeout, (UINT) msg, repeat);
repeat            197 win32/time.c   				proftimer = timeSetEvent(timeout, 100, (LPTIMECALLBACK) setitimer_timeout, (UINT) msg, repeat);