Searched refs:F_DONE (Results 1 – 2 of 2) sorted by relevance
126 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()
66 #define F_DONE 0x000002 /* directory done */ macro