Searched refs:pathparent (Results 1 – 1 of 1) sorted by relevance
182 pathparent = NULL; in spec()200 pathparent = cur; in spec()233 } else if (pathparent != NULL) { in spec()237 centry->parent = pathparent; in spec()238 addchild(pathparent, centry); in spec()734 cur = pathparent->child; in addchild()737 pathparent->child = centry; in addchild()808 pathparent->child = centry->next; in addchild()819 pathparent->child->prev = centry; in addchild()820 centry->next = pathparent->child; in addchild()[all …]