Lines Matching refs:dp
57 DIR *dp; /* Open directory (opened with fd) */
210 if (frm->dp != NULL) {
211 (void) closedir(frm->dp);
213 frm->dp = NULL;
223 if (rec == NULL || rec == cur || rec->dp == NULL)
225 rec->diroff = telldir(rec->dp);
258 frm->dp = fdopendir(fd);
259 if (frm->dp == NULL) {
297 seekdir(rec->dp, rec->diroff);
466 * frame.dp is no longer reliable and we must drop out.
468 while ((dent = readdir(frame.dp)) != NULL) {