Lines Matching refs:OPT_BOOL
3960 { "unit", OPT_BOOL, {&show_value_unit}, "show unit of the displayed values" },
3961 { "prefix", OPT_BOOL, {&use_value_prefix}, "use SI prefixes for the displayed values" },
3962 { "byte_binary_prefix", OPT_BOOL, {&use_byte_value_binary_prefix},
3964 { "sexagesimal", OPT_BOOL, {&use_value_sexagesimal_format},
3973 { "show_data", OPT_BOOL, { &do_show_data }, "show packets data" },
3987 { "count_frames", OPT_BOOL, { &do_count_frames }, "count the number of frames per stream" },
3988 { "count_packets", OPT_BOOL, { &do_count_packets }, "count the number of packets per stream" },
3994 { "show_private_data", OPT_BOOL, { &show_private_data }, "show private data" },
3995 { "private", OPT_BOOL, { &show_private_data }, "same as show_private_data" },
3996 { "bitexact", OPT_BOOL, {&do_bitexact}, "force bitexact output" },
4001 { "find_stream_info", OPT_BOOL | OPT_INPUT | OPT_EXPERT, { &find_stream_info },