Lines Matching refs:repeatedOp
784 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc); in doParseActions() local
786 if (URX_TYPE(repeatedOp) == URX_SETREF) { in doParseActions()
788 appendOp(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
794 if (URX_TYPE(repeatedOp) == URX_DOTANY || in doParseActions()
795 URX_TYPE(repeatedOp) == URX_DOTANY_ALL || in doParseActions()
796 URX_TYPE(repeatedOp) == URX_DOTANY_UNIX) { in doParseActions()
799 if (URX_TYPE(repeatedOp) == URX_DOTANY_ALL) { in doParseActions()
916 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc); in doParseActions() local
918 if (URX_TYPE(repeatedOp) == URX_SETREF) { in doParseActions()
920 int32_t loopOpI = buildOp(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
927 if (URX_TYPE(repeatedOp) == URX_DOTANY || in doParseActions()
928 URX_TYPE(repeatedOp) == URX_DOTANY_ALL || in doParseActions()
929 URX_TYPE(repeatedOp) == URX_DOTANY_UNIX) { in doParseActions()
932 if (URX_TYPE(repeatedOp) == URX_DOTANY_ALL) { in doParseActions()