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