Searched refs:F_DEPTH (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/usr.bin/find/
H A Dfind.h56 #define F_DEPTH F_TIME_A /* -depth n vs. -d */ macro
H A Dfunction.c511 if (plan->flags & F_DEPTH)
526 if (str && !(new->flags & F_DEPTH)) {
534 new->flags |= F_DEPTH;
537 if (new->flags & F_DEPTH) { /* -depth n */

Completed in 91 milliseconds