Lines Matching refs:fMatchOpenParen
74 fMatchOpenParen = -1; in RegexCompile()
2064 if (fMatchOpenParen > where) { in insertOp()
2065 fMatchOpenParen++; in insertOp()
2148 theLoc = fMatchOpenParen; // A slot is already reserved for us. in blockTopLoc()
2211 fMatchOpenParen = patIdx; in handleCloseParen()
2235 int32_t captureOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen+1); in handleCloseParen()
2247 int32_t stoOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen+1); in handleCloseParen()
2256 int32_t startOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen-5); in handleCloseParen()
2266 int32_t startOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen-1); in handleCloseParen()
2275 int32_t saveOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen); in handleCloseParen()
2279 fRXPat->fCompiledPat->setElementAt(saveOp, fMatchOpenParen); in handleCloseParen()
2288 int32_t startOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen-4); in handleCloseParen()
2298 int32_t minML = minMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()
2299 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()
2319 fRXPat->fCompiledPat->setElementAt(minML, fMatchOpenParen-2); in handleCloseParen()
2320 fRXPat->fCompiledPat->setElementAt(maxML, fMatchOpenParen-1); in handleCloseParen()
2332 int32_t startOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen-5); in handleCloseParen()
2341 int32_t minML = minMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()
2342 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()
2363 fRXPat->fCompiledPat->setElementAt(minML, fMatchOpenParen-3); in handleCloseParen()
2364 fRXPat->fCompiledPat->setElementAt(maxML, fMatchOpenParen-2); in handleCloseParen()
2369 fRXPat->fCompiledPat->setElementAt(op, fMatchOpenParen-1); in handleCloseParen()
2517 if (fMatchOpenParen >= topOfBlock) { in compileInlineInterval()
2518 fMatchOpenParen = -1; in compileInlineInterval()