Searched refs:last_child (Results 1 – 3 of 3) sorted by relevance
56 if(root->last_child) in _config_create()57 root->last_child->next = node; in _config_create()61 root->last_child = node; in _config_create()
31 cnode *last_child; member