Searched refs:nextEnt (Results 1 – 2 of 2) sorted by relevance
1960 pANTLR3_TRIE_ENTRY nextEnt; in intTrieAdd() local2032 nextEnt = nextNode->buckets; in intTrieAdd()2033 while (nextEnt->next != NULL) in intTrieAdd()2035 nextEnt = nextEnt->next; in intTrieAdd()2037 nextEnt->next = newEnt; in intTrieAdd()
265 TrieEntryType* nextEnt; local318 nextEnt = nextNode->get_buckets();319 while (nextEnt->get_next() != NULL)321 nextEnt = nextEnt->get_next(); 323 nextEnt->set_next(newEnt);