Lines Matching refs:no_argument
245 { "continuation", no_argument, NULL, 'C' },
247 { "help", no_argument, &opts.o_help, 1 },
248 { "html", no_argument, NULL, 'H' },
250 { "json", no_argument, NULL, 'J' },
252 { "not-first", no_argument, &opts.o_not_first, 1 },
257 { "pretty", no_argument, NULL, 'p' },
259 { "text", no_argument, NULL, 'T' },
260 { "top-wrap", no_argument, &opts.o_top_wrap, 1 },
261 { "xml", no_argument, NULL, 'X' },
262 { "xpath", no_argument, &opts.o_xpath, 1 },
263 { "version", no_argument, &opts.o_version, 1 },
264 { "warn", no_argument, NULL, 'W' },
265 { "warn-xml", no_argument, &opts.o_warn_xml, 1 },