Lines Matching refs:repeat
617 stk->u.repeat.num = (id);\
618 stk->u.repeat.pcode = (pat);\
619 stk->u.repeat.count = 0;\
770 STACK_AT(stk->u.repeat_inc.si)->u.repeat.count--;\
792 STACK_AT(stk->u.repeat_inc.si)->u.repeat.count--;\
812 STACK_AT(stk->u.repeat_inc.si)->u.repeat.count--;\
982 if (k->u.repeat.num == (id)) {\
2583 stkp->u.repeat.count++; in match_at()
2584 if (stkp->u.repeat.count >= reg->repeat_range[mem].upper) { in match_at()
2587 else if (stkp->u.repeat.count >= reg->repeat_range[mem].lower) { in match_at()
2589 p = STACK_AT(si)->u.repeat.pcode; /* Don't use stkp after PUSH. */ in match_at()
2592 p = stkp->u.repeat.pcode; in match_at()
2613 stkp->u.repeat.count++; in match_at()
2614 if (stkp->u.repeat.count < reg->repeat_range[mem].upper) { in match_at()
2615 if (stkp->u.repeat.count >= reg->repeat_range[mem].lower) { in match_at()
2616 UChar* pcode = stkp->u.repeat.pcode; in match_at()
2622 p = stkp->u.repeat.pcode; in match_at()
2626 else if (stkp->u.repeat.count == reg->repeat_range[mem].upper) { in match_at()