Searched refs:insertpos (Results 1 – 1 of 1) sorted by relevance
712 NODE *insertpos; /* if non-NULL, centry should be inserted in addchild() local720 insertpos = NULL; in addchild()747 insertpos = cur; in addchild()757 insertpos = last; in addchild()773 if (samename == insertpos || samename->prev == insertpos) { in addchild()805 if (insertpos == NULL) { in addchild()813 centry->next = insertpos->next; in addchild()814 insertpos->next = centry; in addchild()815 centry->prev = insertpos; in addchild()