Searched defs:cnode (Results 1 – 2 of 2) sorted by relevance
24 typedef struct cnode cnode; typedef27 struct cnode struct29 cnode *next; argument30 cnode *first_child; argument31 cnode *last_child; argument37 void config_load(cnode *root, char *data); argument