Searched defs:Flags_t (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/nmake/
H A Dmake.h181 #define MAXVIEW (sizeof(Flags_t)*CHAR_BIT) /* max view index */
433 typedef uint32_t Flags_t; /* flag bit vector */ typedef
469 Flags_t flags; /* make() flags */
504 Flags_t attribute; /* external named attributes */
505 Flags_t dynamic; /* dynamic properties */
506 Flags_t property; /* stable properties */
518 Flags_t checked[STATERULES+1]; /* view state check */
839 Flags_t questionable; /* questionable code enable bits*/
840 Flags_t test; /* test code enable bits */
892 Flags_t propert
[all...]

Completed in 15 milliseconds