Home
last modified time | relevance | path

Searched refs:trie_put (Results 1 – 9 of 9) sorted by relevance

/dports/misc/vifm/vifm-0.11/tests/utils/
H A Dtrie.c25 assert_int_equal(0, trie_put(trie, "str")); in TEST()
34 assert_int_equal(0, trie_put(trie, "str")); in TEST()
35 assert_true(trie_put(trie, "str") > 0); in TEST()
44 assert_int_equal(0, trie_put(trie, "str")); in TEST()
50 assert_true(trie_put(trie, "str") > 0); in TEST()
51 assert_int_equal(0, trie_put(trie, "st")); in TEST()
52 assert_int_equal(0, trie_put(trie, "s")); in TEST()
54 assert_true(trie_put(trie, "astr") > 0); in TEST()
57 assert_int_equal(0, trie_put(trie, "a")); in TEST()
67 assert_true(trie_put(trie, "xxx") > 0); in TEST()
[all …]
/dports/misc/vifm/vifm-0.11/src/
H A Dflist_sel.c174 (void)trie_put(selection_trie, view->saved_selection[i]); in flist_sel_restore()
182 (void)trie_put(selection_trie, reg->files[i]); in flist_sel_restore()
293 (void)trie_put(selection_trie, path); in flist_sel_by_filter()
H A Dfilelist.c842 if(trie_put(view->custom.paths_cache, canonic_path) != 0) in flist_custom_add()
861 if(trie_put(view->custom.paths_cache, full_path) != 0) in flist_custom_put()
1202 (void)trie_put(excluded, full_path); in flist_custom_exclude()
1206 (void)trie_put(view->custom.excluded_paths, full_path); in flist_custom_exclude()
/dports/misc/vifm/vifm-0.11/src/utils/
H A Dtrie.h47 int trie_put(trie_t *trie, const char str[]);
H A Dtrie.c112 trie_put(trie_t *trie, const char str[]) in trie_put() function
/dports/devel/libqb/libqb-2.0.3/lib/
H A Dtrie.c521 trie_put(struct qb_map *map, const char *key, const void *value) in trie_put() function
803 t->map.put = trie_put; in qb_trie_create()
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Dq.h258 void trie_put(trie_t*t, unsigned const char*id, void*data);
H A Dq.c415 void trie_put(trie_t*t, unsigned const char*id, void*data) in trie_put() function
/dports/misc/vifm/vifm-0.11/src/cfg/
H A Dinfo.c1895 trie_put(trie, text); in merge_history()
1961 trie_put(trie, text); in merge_history_by_order()