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

/ast/src/cmd/3d/
H A Dinit.c236 if ((fs->flags & (FS_BOUND|FS_INTERNAL)) && fs->key == x) break;
266 if (!(fs->flags & FS_INTERNAL)) fs->flags |= FS_FS;
292 if (!(fs->flags & FS_INTERNAL))
302 if (!(fs->flags & FS_INTERNAL))
313 if (!(fs->flags & FS_INTERNAL))
358 if (!(fs->flags & (FS_INTERNAL|FS_LOAD)) && fs->service)
392 if (!(fs->flags & FS_INTERNAL))
399 if (!(fs->flags & FS_INTERNAL))
406 if (!(fs->flags & FS_INTERNAL))
977 if (fs->flags & FS_INTERNAL) bprint
[all...]
H A Dmap.c189 if ((fs->flags & (FS_INTERNAL|FS_LICENSED)) == FS_INTERNAL)
H A D3d.h322 #define FS_INTERNAL (1<<10) macro
H A Dfs.c657 if (fs->flags & FS_INTERNAL) fs->flags &= ~(FS_BOUND|FS_ON);

Completed in 17 milliseconds