Lines Matching refs:fts_parent
168 p->fts_parent = parent;
264 p = p->fts_link != NULL ? p->fts_link : p->fts_parent;
390 p->fts_parent->fts_accpath;
443 name: t = sp->fts_path + NAPPEND(p->fts_parent);
450 p = tmp->fts_parent;
486 fts_safe_changedir(sp, p->fts_parent, -1, "..")) {
777 p->fts_parent = sp->fts_cur;
855 fts_safe_changedir(sp, cur->fts_parent, -1, ".."))) {
947 for (t = p->fts_parent;
948 t->fts_level >= FTS_ROOTLEVEL; t = t->fts_parent)
1104 p = p->fts_link ? p->fts_link : p->fts_parent;