Searched refs:FS_UNIQUE (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/3d/
H A Dfork3d.c56 if ((fs->flags & (FS_ERROR|FS_ON|FS_OPEN|FS_UNIQUE)) == (FS_ON|FS_OPEN|FS_UNIQUE))
H A D3d.h335 #define FS_UNIQUE (1L<<23) macro
H A Dinit.c128 if (fs->flags & FS_UNIQUE)
169 ((fs->flags & FS_UNIQUE) ? 0 : 7) +
423 if (state.key.invert) fs->flags &= ~FS_UNIQUE;
424 else fs->flags |= FS_UNIQUE;
992 if (fs->flags & FS_UNIQUE) bprintf(&b, e, " unique");

Completed in 109 milliseconds