Searched refs:FS_CLOSE (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/3d/
H A Dvcs_3d.h55 FSINIT("vcs", 0, vcs_set, FS_CLOSE, HASHKEY3('v','c','s'))
H A Dinit.c92 if (fs->flags & FS_CLOSE)
136 if (!(fs->flags & FS_CLOSE))
157 ((fs->flags & FS_CLOSE) ? 6 : 0) +
159 ((fs->flags & FS_GLOBAL) ? ((fs->flags & (FS_ACTIVE|FS_CLOSE)) ? 7 : 22) : 0) +
173 ((flags & (MAP_EXEC|MAP_INIT)) && (fs->flags & (FS_CLOSE|FS_OPEN)) == FS_OPEN ? 10 : 0) +
304 if (state.key.invert) fs->flags &= ~FS_CLOSE;
305 else fs->flags |= FS_CLOSE;
969 if (fs->flags & FS_CLOSE) bprintf(&b, e, " close");
H A D3d.h314 #define FS_CLOSE (1<<2) macro
H A Dfs.c586 if (fs->flags & FS_CLOSE)

Completed in 13 milliseconds