Lines Matching refs:repeatedOp
801 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc); in doParseActions() local
803 if (URX_TYPE(repeatedOp) == URX_SETREF) { in doParseActions()
805 appendOp(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
811 if (URX_TYPE(repeatedOp) == URX_DOTANY || in doParseActions()
812 URX_TYPE(repeatedOp) == URX_DOTANY_ALL || in doParseActions()
813 URX_TYPE(repeatedOp) == URX_DOTANY_UNIX) { in doParseActions()
816 if (URX_TYPE(repeatedOp) == URX_DOTANY_ALL) { in doParseActions()
933 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc); in doParseActions() local
935 if (URX_TYPE(repeatedOp) == URX_SETREF) { in doParseActions()
937 int32_t loopOpI = buildOp(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
944 if (URX_TYPE(repeatedOp) == URX_DOTANY || in doParseActions()
945 URX_TYPE(repeatedOp) == URX_DOTANY_ALL || in doParseActions()
946 URX_TYPE(repeatedOp) == URX_DOTANY_UNIX) { in doParseActions()
949 if (URX_TYPE(repeatedOp) == URX_DOTANY_ALL) { in doParseActions()