Lines Matching refs:no_argument
174 {"decompress", no_argument, NULL, DECOMPRESS_OPT},
176 {"help", no_argument, NULL, HELP_OPT},
177 {"mmap", no_argument, NULL, MMAP_OPT},
178 {"line-buffered", no_argument, NULL, LINEBUF_OPT},
187 {"text", no_argument, NULL, 'a'},
189 {"byte-offset", no_argument, NULL, 'b'},
191 {"count", no_argument, NULL, 'c'},
194 {"extended-regexp", no_argument, NULL, 'E'},
196 {"fixed-strings", no_argument, NULL, 'F'},
198 {"basic-regexp", no_argument, NULL, 'G'},
199 {"no-filename", no_argument, NULL, 'h'},
200 {"with-filename", no_argument, NULL, 'H'},
201 {"ignore-case", no_argument, NULL, 'i'},
203 {"bz2decompress", no_argument, NULL, 'J'},
205 {"files-with-matches", no_argument, NULL, 'l'},
206 {"files-without-match", no_argument, NULL, 'L'},
208 {"line-number", no_argument, NULL, 'n'},
209 {"only-matching", no_argument, NULL, 'o'},
210 {"quiet", no_argument, NULL, 'q'},
211 {"silent", no_argument, NULL, 'q'},
212 {"recursive", no_argument, NULL, 'r'},
213 {"no-messages", no_argument, NULL, 's'},
214 {"binary", no_argument, NULL, 'U'},
215 {"unix-byte-offsets", no_argument, NULL, 'u'},
216 {"invert-match", no_argument, NULL, 'v'},
217 {"version", no_argument, NULL, 'V'},
218 {"word-regexp", no_argument, NULL, 'w'},
219 {"line-regexp", no_argument, NULL, 'x'},
220 {"null", no_argument, NULL, 'Z'},
221 {"null-data", no_argument, NULL, 'z'},
222 {NULL, no_argument, NULL, 0}