Lines Matching refs:ndp
32 register rdirent_t* ndp;
57 ndp = dp->next;
60 dp = ndp;
82 ndp = (rdirent_t *)malloc(sizeof(rdirent_t));
85 ndp->tag = ntp;
86 ndp->next = dp;
88 ndp->link = strdup(link);
89 *prev_posn = ndp;
95 ndp = (rdirent_t *)malloc(sizeof(rdirent_t));
98 ndp->tag = ntp;
99 ndp->next = NULL;
101 ndp->link = strdup(link);
102 *prev_posn = ndp;
115 register rdirent_t* ndp;
140 ndp = dp->next;
143 dp = ndp;