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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3collections.c1822 pANTLR3_INT_TRIE_NODE thisNode; local
1840 thisNode = trie->root; /* Start at the root node */
1841 nextNode = thisNode->leftN; /* Examine the left node from the root */
1845 while (thisNode->bitNum > nextNode->bitNum)
1849 thisNode = nextNode;
1914 pANTLR3_INT_TRIE_NODE thisNode; local
1927 thisNode = trie->root; /* Start with the root node */
1933 while (thisNode->bitNum > nextNode->bitNum)
1937 thisNode = nextNode;
2084 thisNode
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtabg.cpp968 wxList::compatibility_iterator thisNode = FindTabNodeAndColumn(control, &col); local
969 if (!thisNode)
976 if (otherNode == thisNode)
998 thisNode->SetData(otherTab);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtex2any.cpp1879 void TraverseFromChunk(TexChunk *chunk, wxNode *thisNode, bool childrenOnly) argument
1903 if (thisNode && thisNode->GetNext())
1904 nextChunk = (TexChunk *)thisNode->GetNext()->GetData();
1932 if (thisNode && thisNode->GetNext())
1933 nextChunk = (TexChunk *)thisNode->GetNext()->GetData();
H A Dtex2any.h156 void TraverseFromChunk(TexChunk *chunk, wxNode *thisNode = NULL, bool childrenOnly = false);

Completed in 207 milliseconds