Lines Matching refs:destRules
341 RBBINode **destRules = (fReverseRule? &fRB->fReverseTree : fRB->fDefaultTree);
343 if (*destRules != NULL) {
345 // OR previous stuff (from *destRules)
347 // with the resulting OR expression going to *destRules
350 RBBINode *prevRules = *destRules;
356 *destRules = orNode;
361 // Just move its parse tree from the stack to *destRules.
362 *destRules = fNodeStack[fNodeStackPtr];