Home | History | Annotate | Download | only in Analysis

Lines Matching full:trie

834 struct trie {
835 struct trie* next;
839 struct trie *trie;
841 struct trie* next[10];
845 typedef struct trie trie_t;
849 struct trie const *trie;
850 struct trie * const *next = kws->next;
858 trie = next[c];