Lines Matching refs:fMatchOpenParen
74 fMatchOpenParen = -1; in RegexCompile()
2062 if (fMatchOpenParen > where) { in insertOp()
2063 fMatchOpenParen++; in insertOp()
2146 theLoc = fMatchOpenParen; // A slot is already reserved for us. in blockTopLoc()
2209 fMatchOpenParen = patIdx; in handleCloseParen()
2233 int32_t captureOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen+1); in handleCloseParen()
2245 int32_t stoOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen+1); in handleCloseParen()
2254 int32_t startOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen-5); in handleCloseParen()
2264 int32_t startOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen-1); in handleCloseParen()
2273 int32_t saveOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen); in handleCloseParen()
2277 fRXPat->fCompiledPat->setElementAt(saveOp, fMatchOpenParen); in handleCloseParen()
2286 int32_t startOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen-4); in handleCloseParen()
2296 int32_t minML = minMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()
2297 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()
2317 fRXPat->fCompiledPat->setElementAt(minML, fMatchOpenParen-2); in handleCloseParen()
2318 fRXPat->fCompiledPat->setElementAt(maxML, fMatchOpenParen-1); in handleCloseParen()
2330 int32_t startOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen-5); in handleCloseParen()
2339 int32_t minML = minMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()
2340 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()
2361 fRXPat->fCompiledPat->setElementAt(minML, fMatchOpenParen-3); in handleCloseParen()
2362 fRXPat->fCompiledPat->setElementAt(maxML, fMatchOpenParen-2); in handleCloseParen()
2367 fRXPat->fCompiledPat->setElementAt(op, fMatchOpenParen-1); in handleCloseParen()
2519 if (fMatchOpenParen >= topOfBlock) { in compileInlineInterval()
2520 fMatchOpenParen = -1; in compileInlineInterval()