Searched refs:nextEnt (Results 1 – 1 of 1) sorted by relevance
1920 pANTLR3_TRIE_ENTRY nextEnt; in intTrieAdd() local1992 nextEnt = nextNode->buckets; in intTrieAdd()1993 while (nextEnt->next != NULL) in intTrieAdd()1995 nextEnt = nextEnt->next; in intTrieAdd()1997 nextEnt->next = newEnt; in intTrieAdd()