Searched refs:pathparent (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dspec.c111 NODE *centry, *last, *pathparent, *cur; local
181 pathparent = NULL;
199 pathparent = cur;
226 } else if (pathparent != NULL) {
230 centry->parent = pathparent;
231 addchild(pathparent, centry);
689 * Add the centry node as a child of the pathparent node. If
692 * pathparent->child. Keep the list sorted if Sflag is set.
695 addchild(NODE *pathparent, NODE *centry) argument
709 cur = pathparent
[all...]

Completed in 52 milliseconds