Searched refs:oldRootTree (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3basetreeadaptor.c620 becomeRoot (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE newRootTree, pANTLR3_BASE_TREE oldRootTree) argument
630 return oldRootTree;
636 if (oldRootTree == NULL)
668 newRootTree->addChild(newRootTree, oldRootTree);
674 if (oldRootTree->isNilNode(oldRootTree))
683 oldRootTree->reuse(oldRootTree);
691 dbgBecomeRoot (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE newRootTree, pANTLR3_BASE_TREE oldRootTree) argument
695 t = becomeRoot(adaptor, newRootTree, oldRootTree);
[all...]

Completed in 17 milliseconds