Home
last modified time | relevance | path

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

/dports/sysutils/smenu/smenu-0.9.18/
H A Dctxopt.c88 bst_destroy(void * vrootp, void (*clean)(void *));
956 bst_destroy(void * vrootp, void (*clean)(void *)) in bst_destroy() function
963 bst_destroy(root->llink, clean); in bst_destroy()
964 bst_destroy(root->rlink, clean); in bst_destroy()
1568 bst_destroy(ctx->par_bst, par_free); in ctx_free()
1583 bst_destroy(ctx_inst->seen_opt_bst, seen_opt_free); in ctx_inst_free()
1638 bst_destroy(bst, NULL); in incomp_bst_free()
2189 bst_destroy(tmp_opt_bst, NULL); in abbrev_expand()
4026 bst_destroy(options_bst, opt_free); in ctxopt_free_memory()
4027 bst_destroy(contexts_bst, ctx_free); in ctxopt_free_memory()