Home
last modified time | relevance | path

Searched refs:trie_node (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl2/groff/dist/src/roff/troff/
H A Denv.cpp3343 struct trie_node;
3346 trie_node *tp;
3349 void delete_trie_node(trie_node *);
3447 struct trie_node { struct
3449 trie_node *down; argument
3450 trie_node *right; argument
3452 trie_node(char, trie_node *); argument
3455 trie_node::trie_node(char ch, trie_node *p) in trie_node() function in trie_node
3485 trie_node **p = &tp; in insert()
3491 *p = new trie_node(pat[0], *p); in insert()
[all …]
/netbsd/external/gpl3/binutils/dist/bfd/
H A Ddwarf2.c123 struct trie_node struct
132 struct trie_node head; argument
142 struct trie_node head;
143 struct trie_node *children[256];
146 static struct trie_node *alloc_trie_leaf (bfd *abfd) in alloc_trie_leaf()
237 struct trie_node *trie_root;
2057 struct trie_node *trie, in insert_arange_in_trie()
3586 struct trie_node **trie_root, uint64_t offset) in read_ranges()
3631 struct trie_node **trie_root, uint64_t offset) in read_rnglists()
3712 struct trie_node **trie_root, uint64_t offset) in read_rangelist()
[all …]
/netbsd/external/gpl2/groff/dist/
H A DChangeLog.1151743 (trie_node::~trie_node): Deleted.