trie_desc
struct trie_desc *tp;
trie_zone = uma_zcreate("dxr trie", sizeof(struct trie_desc),
LIST_ENTRY(trie_desc) td_all_le;
LIST_ENTRY(trie_desc) td_hash_le;
struct trie_desc *trietbl[D_TBL_SIZE];
LIST_HEAD(, trie_desc) trie_hashtbl[TRIE_HASH_SIZE];
LIST_HEAD(, trie_desc) all_trie;
LIST_HEAD(, trie_desc) unused_trie; /* abuses hash link entry */
struct trie_desc *tp;
struct trie_desc *tp = da->trietbl[index];
struct trie_desc *tp;