Lines Matching refs:repeat
571 stk->u.repeat.num = (id);\
572 stk->u.repeat.pcode = (pat);\
573 stk->u.repeat.count = 0;\
724 STACK_AT(stk->u.repeat_inc.si)->u.repeat.count--;\
746 STACK_AT(stk->u.repeat_inc.si)->u.repeat.count--;\
766 STACK_AT(stk->u.repeat_inc.si)->u.repeat.count--;\
936 if (k->u.repeat.num == (id)) {\
2536 stkp->u.repeat.count++; in match_at()
2537 if (stkp->u.repeat.count >= reg->repeat_range[mem].upper) { in match_at()
2540 else if (stkp->u.repeat.count >= reg->repeat_range[mem].lower) { in match_at()
2542 p = STACK_AT(si)->u.repeat.pcode; /* Don't use stkp after PUSH. */ in match_at()
2545 p = stkp->u.repeat.pcode; in match_at()
2566 stkp->u.repeat.count++; in match_at()
2567 if (stkp->u.repeat.count < reg->repeat_range[mem].upper) { in match_at()
2568 if (stkp->u.repeat.count >= reg->repeat_range[mem].lower) { in match_at()
2569 UChar* pcode = stkp->u.repeat.pcode; in match_at()
2575 p = stkp->u.repeat.pcode; in match_at()
2579 else if (stkp->u.repeat.count == reg->repeat_range[mem].upper) { in match_at()