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

/external/qemu/android/
H A Dcmdline-options.h11 #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
167 #undef OPT_FLAG macro
[all...]
H A Dcmdline-option.h31 #define OPT_FLAG(n,d) int n; macro
H A Dcmdline-option.c37 #define OPT_FLAG(_name,_descr) OPTION(_name,OPTION_IS_FLAG,0) macro
H A Dhelp.c1548 #define OPT_FLAG(_name,_descr) { STRINGIFY(_name), NULL, _descr, help_##_name }, macro
/external/qemu/include/qemu/
H A Doption.h34 OPT_FLAG, enumerator in enum:QEMUOptionParType
/external/chromium_org/third_party/sqlite/src/tool/
H A Dlemon.c102 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 731 milliseconds