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