Lines Matching refs:dirtree
60 struct dirtree *files, *singledir;
131 static void entrylen(struct dirtree *dt, unsigned *len)
161 struct dirtree *dta = *(struct dirtree **)a;
162 struct dirtree *dtb = *(struct dirtree **)b;
181 static int filter(struct dirtree *new)
304 // Display a list of dirtree entries, according to current format
307 static void listfiles(int dirfd, struct dirtree *indir)
309 struct dirtree *dt, **sort;
558 struct dirtree *dt;
596 // note: double_list->prev temporarily goes in dirtree->parent
605 // Convert double_list into dirtree.