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