Searched defs:trie (Results 1 – 1 of 1) sorted by relevance
810 struct trie { struct811 struct trie* next; argument821 typedef struct trie trie_t; struct