Searched refs:repeatedOp (Results 1 – 1 of 1) sorted by relevance
785 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc); in doParseActions() local787 if (URX_TYPE(repeatedOp) == URX_SETREF) { in doParseActions()789 appendOp(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()795 if (URX_TYPE(repeatedOp) == URX_DOTANY || in doParseActions()796 URX_TYPE(repeatedOp) == URX_DOTANY_ALL || in doParseActions()797 URX_TYPE(repeatedOp) == URX_DOTANY_UNIX) { in doParseActions()800 if (URX_TYPE(repeatedOp) == URX_DOTANY_ALL) { in doParseActions()917 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc); in doParseActions() local919 if (URX_TYPE(repeatedOp) == URX_SETREF) { in doParseActions()921 int32_t loopOpI = buildOp(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()[all …]