Searched refs:pathparent (Results 1 – 1 of 1) sorted by relevance
112 NODE *centry, *last, *pathparent, *cur; in spec() local182 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()720 addchild(NODE *pathparent, NODE *centry) in addchild() argument734 cur = pathparent->child; in addchild()737 pathparent->child = centry; in addchild()808 pathparent->child = centry->next; in addchild()[all …]