Lines Matching refs:stkp

1257   OnigStackType *stkp; /* used as any purpose. */  in match_at()  local
1393 stkp = stk_base; in match_at()
1394 r = make_capture_history_tree(region->history_root, &stkp, in match_at()
2099 STACK_GET_MEM_START(mem, stkp); /* should be before push mem-end. */ in match_at()
2101 mem_start_stk[mem] = GET_STACK_INDEX(stkp); in match_at()
2109 STACK_GET_MEM_START(mem, stkp); in match_at()
2112 mem_start_stk[mem] = GET_STACK_INDEX(stkp); in match_at()
2114 mem_start_stk[mem] = (OnigStackIndex )((void* )stkp->u.mem.pstr); in match_at()
2533 stkp = STACK_AT(si); in match_at()
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()
2545 p = stkp->u.repeat.pcode; in match_at()
2555 STACK_GET_REPEAT(mem, stkp); in match_at()
2556 si = GET_STACK_INDEX(stkp); in match_at()
2563 stkp = STACK_AT(si); 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()
2589 STACK_GET_REPEAT(mem, stkp); in match_at()
2590 si = GET_STACK_INDEX(stkp); in match_at()
2602 STACK_POS_END(stkp); in match_at()
2603 s = stkp->u.state.pstr; in match_at()
2604 sprev = stkp->u.state.pstr_prev; in match_at()