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

/ast/src/cmd/3d/
H A Dmap.c189 if ((fs->flags & (FS_INTERNAL|FS_LICENSED)) == FS_INTERNAL)
207 fs->flags |= FS_LICENSED;
215 fs->flags |= FS_LICENSED;
217 if (!(fs->flags & FS_LICENSED))
220 if (!(fs->flags & FS_LICENSED))
H A D3d.h323 #define FS_LICENSED (1<<11) macro
H A Dinit.c979 if (fs->flags & FS_LICENSED) bprintf(&b, e, " licensed");
1409 FSINIT("null", 0, 0, FS_LICENSED,
1411 FSINIT("option",get_option, set_option, FS_FORK|FS_LICENSED,
1415 FSINIT("pwd", get_pwd, set_pwd, FS_LICENSED,

Completed in 17 milliseconds