Lines Matching refs:repeatedOp
791 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc); in doParseActions() local
793 if (URX_TYPE(repeatedOp) == URX_SETREF) { in doParseActions()
795 int32_t loopOpI = URX_BUILD(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
804 if (URX_TYPE(repeatedOp) == URX_DOTANY || in doParseActions()
805 URX_TYPE(repeatedOp) == URX_DOTANY_ALL || in doParseActions()
806 URX_TYPE(repeatedOp) == URX_DOTANY_UNIX) { in doParseActions()
809 if (URX_TYPE(repeatedOp) == URX_DOTANY_ALL) { in doParseActions()
934 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc); in doParseActions() local
936 if (URX_TYPE(repeatedOp) == URX_SETREF) { in doParseActions()
938 int32_t loopOpI = URX_BUILD(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
947 if (URX_TYPE(repeatedOp) == URX_DOTANY || in doParseActions()
948 URX_TYPE(repeatedOp) == URX_DOTANY_ALL || in doParseActions()
949 URX_TYPE(repeatedOp) == URX_DOTANY_UNIX) { in doParseActions()
952 if (URX_TYPE(repeatedOp) == URX_DOTANY_ALL) { in doParseActions()