Lines Matching refs:repeat
317 } repeat; member
626 stk->u.repeat.num = (id);\
627 stk->u.repeat.pcode = (pat);\
628 stk->u.repeat.count = 0;\
779 STACK_AT(stk->u.repeat_inc.si)->u.repeat.count--;\
801 STACK_AT(stk->u.repeat_inc.si)->u.repeat.count--;\
821 STACK_AT(stk->u.repeat_inc.si)->u.repeat.count--;\
991 if (k->u.repeat.num == (id)) {\
2722 stkp->u.repeat.count++; in match_at()
2723 if (stkp->u.repeat.count >= reg->repeat_range[mem].upper) { in match_at()
2726 else if (stkp->u.repeat.count >= reg->repeat_range[mem].lower) { in match_at()
2728 p = STACK_AT(si)->u.repeat.pcode; /* Don't use stkp after PUSH. */ in match_at()
2731 p = stkp->u.repeat.pcode; in match_at()
2752 stkp->u.repeat.count++; in match_at()
2753 if (stkp->u.repeat.count < reg->repeat_range[mem].upper) { in match_at()
2754 if (stkp->u.repeat.count >= reg->repeat_range[mem].lower) { in match_at()
2755 UChar* pcode = stkp->u.repeat.pcode; in match_at()
2761 p = stkp->u.repeat.pcode; in match_at()
2765 else if (stkp->u.repeat.count == reg->repeat_range[mem].upper) { in match_at()