Searched defs:OPT_FLAG (Results 1 - 6 of 6) sorted by relevance
/external/qemu/android/ |
H A D | cmdline-options.h | 11 #ifndef OPT_FLAG 12 #error OPT_FLAG is not defined 18 #define CFG_FLAG OPT_FLAG 36 * OPT_FLAG( name, "description" ) 80 OPT_FLAG ( no_snapstorage, "do not mount a snapshot storage file (this disables all snapshot functionality)" ) 82 OPT_FLAG ( no_snapshot, "perform a full boot and do not do not auto-save, but qemu vmload and vmsave operate on snapstorage" ) 83 OPT_FLAG ( no_snapshot_save, "do not auto-save to snapshot on exit: abandon changed state" ) 84 OPT_FLAG ( no_snapshot_load, "do not auto-start from snapshot: perform a full boot" ) 85 OPT_FLAG ( snapshot_list, "show a list of available snapshots" ) 86 OPT_FLAG ( no_snapshot_update_tim 171 #undef OPT_FLAG macro [all...] |
H A D | cmdline-option.h | 27 #define OPT_FLAG(n,d) int n; macro
|
H A D | cmdline-option.c | 37 #define OPT_FLAG(_name,_descr) OPTION(_name,OPTION_IS_FLAG,0) macro
|
H A D | help.c | 1561 #define OPT_FLAG(_name,_descr) { STRINGIFY(_name), NULL, _descr, help_##_name }, macro
|
/external/qemu/ |
H A D | qemu-option.h | 34 OPT_FLAG, enumerator in enum:QEMUOptionParType
|
/external/chromium_org/third_party/sqlite/src/tool/ |
H A D | lemon.c | 102 enum option_type { OPT_FLAG=1, OPT_INT, OPT_DBL, OPT_STR, enumerator in enum:option_type 1416 {OPT_FLAG, "b", (char*)&basisflag, "Print only the basis in report."}, 1417 {OPT_FLAG, "c", (char*)&compress, "Don't compress the action table."}, 1420 {OPT_FLAG, "g", (char*)&rpflag, "Print grammar without actions."}, 1421 {OPT_FLAG, "m", (char*)&mhflag, "Output a makeheaders compatible file."}, 1422 {OPT_FLAG, "l", (char*)&nolinenosflag, "Do not print #line statements."}, 1423 {OPT_FLAG, "p", (char*)&showPrecedenceConflict, 1425 {OPT_FLAG, "q", (char*)&quiet, "(Quiet) Don't print the report file."}, 1426 {OPT_FLAG, "r", (char*)&noResort, "Do not sort or renumber states"}, 1427 {OPT_FLAG, " [all...] |
Completed in 1901 milliseconds