Home
last modified time | relevance | path

Searched defs:trie_set (Results 1 – 3 of 3) sorted by relevance

/dports/misc/vifm/vifm-0.11/src/utils/
H A Dtrie.c118 trie_set(trie_t *trie, const char str[], const void *data) in trie_set() function
/dports/devel/py-jellyfish/jellyfish-0.8.9/cjellyfish/
H A Ddamerau_levenshtein.c95 int trie_set(struct trie* d, size_t key, size_t val) in trie_set() function
/dports/shells/yash/yash-2.51/lineedit/
H A Dtrie.c173 trienode_T *trie_set(trienode_T *node, const char *keystr, trievalue_T v) in trie_set() function