Lines Matching refs:depth
35 -depth ignore contents of dir -maxdepth N at most N dirs down
73 int topdir, xdev, depth;
220 // skip . and .. below topdir, handle -xdev and -depth
249 if (TT.depth) {
258 if (!TT.depth) return 0;
263 // pcount: parentheses stack depth (using toybuf bytes, 4096 max depth)
305 // Delete forces depth first
306 TT.depth = 1;
310 } else if (!strcmp(s, "depth") || !strcmp(s, "d")) TT.depth = 1;
354 if (check && S_ISDIR(new->st.st_mode) && !TT.depth) recurse = 0;