HomeSort by: relevance | last modified time | path
    Searched defs:insertpos (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/mtree/
spec.c 729 NODE *insertpos; /* if non-NULL, centry should be inserted local in function:addchild
737 insertpos = NULL;
753 * (setting replacepos and/or insertpos).
764 insertpos = cur;
774 insertpos = last;
790 if (samename == insertpos || samename->prev == insertpos) {
822 if (insertpos == NULL) {
829 /* insert centry into the list just after insertpos */
830 centry->next = insertpos->next
    [all...]
spec.c 729 NODE *insertpos; /* if non-NULL, centry should be inserted local in function:addchild
737 insertpos = NULL;
753 * (setting replacepos and/or insertpos).
764 insertpos = cur;
774 insertpos = last;
790 if (samename == insertpos || samename->prev == insertpos) {
822 if (insertpos == NULL) {
829 /* insert centry into the list just after insertpos */
830 centry->next = insertpos->next
    [all...]

Completed in 26 milliseconds