Lines Matching refs:pcode
306 UChar *pcode; /* byte code position */ member
315 UChar *pcode; /* byte code position (head of repeated target) */ member
562 stk->u.state.pcode = (pat);\
571 stk->u.state.pcode = (pat);\
579 stk->u.state.pcode = (pat);\
603 stk->u.state.pcode = (pat);\
611 stk->u.state.pcode = (pat);\
627 stk->u.repeat.pcode = (pat);\
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()
2755 UChar* pcode = stkp->u.repeat.pcode; in match_at() local
2758 STACK_PUSH_ALT(pcode, s, sprev); in match_at()
2761 p = stkp->u.repeat.pcode; in match_at()
2879 p = stk->u.state.pcode; in match_at()