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

/ast/src/cmd/3d/
H A D3d.h308 #define FS_safe 6 macro
H A Dinit.c267 if (fs == &state.fs[FS_safe] && !(fs->flags & FS_INIT))
1571 state.fs[FS_safe].flags |= FS_INIT;
1696 if (state.fs[FS_safe].flags & FS_BOUND)
1698 state.safe = &state.fs[FS_safe];
1711 state.fs[FS_safe].flags &= ~FS_INIT;
H A Dmap.c536 if (!licensed(&state.fs[tab == &state.vpath ? FS_view : tab == &state.vmap ? FS_map : FS_safe]))

Completed in 13 milliseconds