Home
last modified time | relevance | path

Searched refs:F_DONE (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.sbin/mtree/
H A Dspec.c126 if (last->type != F_DIR || last->flags & F_DONE) { in spec()
131 last->flags |= F_DONE; in spec()
154 } else if (last->type == F_DIR && !(last->flags & F_DONE)) { in spec()
H A Dmtree.h66 #define F_DONE 0x000002 /* directory done */ macro