Searched refs:repeatedOp (Results 1 – 1 of 1) sorted by relevance
784 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc); in doParseActions() local786 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() local918 if (URX_TYPE(repeatedOp) == URX_SETREF) { in doParseActions()920 int32_t loopOpI = buildOp(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()[all …]