D | flag-definitions.h | 28 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 30 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \ argument 37 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 40 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 48 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 54 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 78 #define FLAG_FULL(ftype, ctype, nam, def, cmt) argument 82 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument 158 #define DEFINE_BOOL(nam, def, cmt) FLAG(BOOL, bool, nam, def, cmt) argument 159 #define DEFINE_BOOL_READONLY(nam, def, cmt) \ argument [all …]
|