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)) {\
2541 stkp->u.repeat.count++; in match_at()
2542 if (stkp->u.repeat.count >= reg->repeat_range[mem].upper) { in match_at()
2545 else if (stkp->u.repeat.count >= reg->repeat_range[mem].lower) { in match_at()
2547 p = STACK_AT(si)->u.repeat.pcode; /* Don't use stkp after PUSH. */ in match_at()
2550 p = stkp->u.repeat.pcode; in match_at()
2571 stkp->u.repeat.count++; in match_at()
2572 if (stkp->u.repeat.count < reg->repeat_range[mem].upper) { in match_at()
2573 if (stkp->u.repeat.count >= reg->repeat_range[mem].lower) { in match_at()
2574 UChar* pcode = stkp->u.repeat.pcode; in match_at()
2580 p = stkp->u.repeat.pcode; in match_at()
2584 else if (stkp->u.repeat.count == reg->repeat_range[mem].upper) { in match_at()