Searched refs:F_DONE (Results 1 – 4 of 4) sorted by relevance
69 #define F_DONE 0x00000004 /* directory done */ macro
160 if (last->type != F_DIR || last->flags & F_DONE) { in spec()165 last->flags |= F_DONE; in spec()245 } else if (last->type == F_DIR && !(last->flags & F_DONE)) { in spec()
174 #define F_DONE 0x00000004 /* directory done */175 #define F_DONE global() macro
59092 #define F_DONE V_DONE(1U) macro