Home
last modified time | relevance | path

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

/dports/games/opensonic/opensnc-src-0.1.4/src/scenes/util/
H A Dgrouptree.c36 void grouptree_destroy_all(group_t *root) in grouptree_destroy_all() function
42 grouptree_destroy_all(root->child[i]); in grouptree_destroy_all()
H A Dgrouptree.h93 void grouptree_destroy_all(group_t* root); /* destroys the whole tree (release_all() should be call…
/dports/games/opensonic/opensnc-src-0.1.4/src/scenes/
H A Doptions.c101 grouptree_destroy_all(root); in options_release()