Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/mtree/
H A Dspec.c182 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 …]