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

/freebsd-current/usr.bin/find/
H A Dfind.h80 #define F_DEPTH F_TIME_A /* -depth n vs. -d */ macro
H A Dfunction.c512 if (plan->flags & F_DEPTH)
527 if (str && !(new->flags & F_DEPTH)) {
535 new->flags |= F_DEPTH;
538 if (new->flags & F_DEPTH) { /* -depth n */

Completed in 111 milliseconds