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

/freebsd-13-stable/usr.bin/find/
H A Dfind.h83 #define F_DEPTH F_TIME_A /* -depth n vs. -d */ macro
H A Dfunction.c519 if (plan->flags & F_DEPTH)
534 if (str && !(new->flags & F_DEPTH)) {
542 new->flags |= F_DEPTH;
545 if (new->flags & F_DEPTH) { /* -depth n */

Completed in 97 milliseconds