Searched refs:newChain (Results 1 – 1 of 1) sorted by relevance
588 RuleChain *newChain = new RuleChain; in parse() local589 if (newChain == NULL) { in parse()593 newChain->fKeyword = token; in parse()595 prules->mRules = newChain; in parse()604 newChain->fNext = insertAfter->fNext; in parse()605 insertAfter->fNext = newChain; in parse()608 newChain->ruleHeader = orNode; in parse()610 currentChain = newChain; in parse()