Lines Matching refs:comp
135 char *comp; member
176 char *comp; in walk() local
191 comp = last->comp; in walk()
193 comp = vp->tmppath; in walk()
214 if ((*vp->statf)(comp, &statb, last, _AT_TRIGGER) >= 0) { in walk()
219 if ((this.fd = (*vp->opendirf)(comp)) == 0) { in walk()
221 (this.fd = (*vp->opendirf)(comp)) != 0) { in walk()
261 (cdlstat(comp, &statb, last, 0) >= 0) && in walk()
264 (nocdlstat(comp, &statb, last, 0) >= 0) && in walk()
329 this.comp = component; in walk()
377 if (last != NULL && last->comp != NULL) { in walk()
378 base_last_comp = last->comp - vp->home; in walk()
380 base_comp = comp - vp->home; in walk()
390 base_this_comp = this.comp - vp->home; in walk()
400 comp = vp->home + base_comp; in walk()
402 this.comp = vp->home + base_this_comp; in walk()
405 if (last != NULL && last->comp != NULL) { in walk()
406 last->comp = vp->home + base_last_comp; in walk()
417 if (last != NULL && last->comp != NULL) { in walk()
418 last->comp = vp->home + base_last_comp; in walk()
420 comp = vp->home + base_comp; in walk()
428 this.fd = (*vp->opendirf)(comp); in walk()
465 *comp = 0; in walk()