Searched defs:cnode (Results 1 – 1 of 1) 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