Lines Matching refs:stkp

1439   StackType *stkp; /* used as any purpose. */  in match_at()  local
1575 stkp = stk_base; in match_at()
1576 r = make_capture_history_tree(region->history_root, &stkp, in match_at()
2287 STACK_GET_MEM_START(mem, stkp); /* should be before push mem-end. */ in match_at()
2289 mem_start_stk[mem] = GET_STACK_INDEX(stkp); in match_at()
2297 STACK_GET_MEM_START(mem, stkp); in match_at()
2300 mem_start_stk[mem] = GET_STACK_INDEX(stkp); in match_at()
2302 mem_start_stk[mem] = (StackIndex )((void* )stkp->u.mem.pstr); in match_at()
2719 stkp = STACK_AT(si); in match_at()
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()
2731 p = stkp->u.repeat.pcode; in match_at()
2741 STACK_GET_REPEAT(mem, stkp); in match_at()
2742 si = GET_STACK_INDEX(stkp); in match_at()
2749 stkp = STACK_AT(si); 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()
2775 STACK_GET_REPEAT(mem, stkp); in match_at()
2776 si = GET_STACK_INDEX(stkp); in match_at()
2788 STACK_POS_END(stkp); in match_at()
2789 s = stkp->u.state.pstr; in match_at()
2790 sprev = stkp->u.state.pstr_prev; in match_at()