Lines Matching refs:no_argument
119 { "dump-shaders", no_argument, &options.dump_shaders, 1 },
120 { "no-color", no_argument, &options.color, 0 },
121 { "color", no_argument, &options.color, 1 },
122 { "no-pager", no_argument, &interactive, 0 },
123 { "pager", no_argument, &interactive, 1 },
124 { "textures", no_argument, &options.dump_textures, 1 },
125 { "show-compositor", no_argument, &show_comp, 1 },
126 { "query-all", no_argument, &options.query_mode, QUERY_ALL },
127 { "query-written", no_argument, &options.query_mode, QUERY_WRITTEN },
128 { "query-delta", no_argument, &options.query_mode, QUERY_DELTA },
129 { "query-compare", no_argument, &options.query_compare, 1 },
130 { "once", no_argument, &options.once, 1 },
131 { "not-once", no_argument, &options.once, 0 },
132 { "unit-test", no_argument, &options.unit_test, 1 },
135 { "verbose", no_argument, 0, 'v' },
136 { "summary", no_argument, 0, 's' },
137 { "allregs", no_argument, 0, 'a' },
145 { "help", no_argument, 0, 'h' },