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()237 } else if (pathparent != NULL) { in spec()241 centry->parent = pathparent; in spec()242 last = addchild(pathparent, centry); in spec()722 addchild(NODE *pathparent, NODE *centry) in addchild() argument736 cur = pathparent->child; in addchild()739 pathparent->child = centry; in addchild()810 pathparent->child = centry->next; in addchild()[all …]