• Home
  • Raw
  • Download

Lines Matching refs:fMatchOpenParen

73     fMatchOpenParen   = -1;  in RegexCompile()
2053 if (fMatchOpenParen > where) { in insertOp()
2054 fMatchOpenParen++; in insertOp()
2137 theLoc = fMatchOpenParen; // A slot is already reserved for us. in blockTopLoc()
2200 fMatchOpenParen = patIdx; in handleCloseParen()
2224 int32_t captureOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen+1); in handleCloseParen()
2236 int32_t stoOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen+1); in handleCloseParen()
2245 int32_t startOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen-5); in handleCloseParen()
2255 int32_t startOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen-1); in handleCloseParen()
2264 int32_t saveOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen); in handleCloseParen()
2268 fRXPat->fCompiledPat->setElementAt(saveOp, fMatchOpenParen); in handleCloseParen()
2277 int32_t startOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen-4); in handleCloseParen()
2287 int32_t minML = minMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()
2288 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()
2301 fRXPat->fCompiledPat->setElementAt(minML, fMatchOpenParen-2); in handleCloseParen()
2302 fRXPat->fCompiledPat->setElementAt(maxML, fMatchOpenParen-1); in handleCloseParen()
2314 int32_t startOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen-5); in handleCloseParen()
2323 int32_t minML = minMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()
2324 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()
2337 fRXPat->fCompiledPat->setElementAt(minML, fMatchOpenParen-3); in handleCloseParen()
2338 fRXPat->fCompiledPat->setElementAt(maxML, fMatchOpenParen-2); in handleCloseParen()
2343 fRXPat->fCompiledPat->setElementAt(op, fMatchOpenParen-1); in handleCloseParen()
2490 if (fMatchOpenParen >= topOfBlock) { in compileInlineInterval()
2491 fMatchOpenParen = -1; in compileInlineInterval()