Lines Matching refs:no_argument

113   {"basic-regexp", no_argument, NULL, 'G'},
116 {"byte-offset", no_argument, NULL, 'b'},
120 {"count", no_argument, NULL, 'c'},
123 {"extended-regexp", no_argument, NULL, 'E'},
127 {"files-with-matches", no_argument, NULL, 'l'},
128 {"files-without-match", no_argument, NULL, 'L'},
129 {"fixed-regexp", no_argument, NULL, 'F'},
130 {"fixed-strings", no_argument, NULL, 'F'},
131 {"help", no_argument, &show_help, 1},
133 {"ignore-case", no_argument, NULL, 'i'},
135 {"line-buffered", no_argument, NULL, LINE_BUFFERED_OPTION},
136 {"line-number", no_argument, NULL, 'n'},
137 {"line-regexp", no_argument, NULL, 'x'},
139 {"mmap", no_argument, &mmap_option, 1},
140 {"no-filename", no_argument, NULL, 'h'},
141 {"no-messages", no_argument, NULL, 's'},
142 {"bz2decompress", no_argument, NULL, 'J'},
144 {"decompress", no_argument, NULL, 'Z'},
145 {"null", no_argument, &filename_mask, 0},
147 {"null", no_argument, NULL, 'Z'},
149 {"null-data", no_argument, NULL, 'z'},
150 {"only-matching", no_argument, NULL, 'o'},
151 {"perl-regexp", no_argument, NULL, 'P'},
152 {"quiet", no_argument, NULL, 'q'},
153 {"recursive", no_argument, NULL, 'r'},
154 {"recursive", no_argument, NULL, 'R'},
156 {"invert-match", no_argument, NULL, 'v'},
157 {"silent", no_argument, NULL, 'q'},
158 {"text", no_argument, NULL, 'a'},
159 {"binary", no_argument, NULL, 'U'},
160 {"unix-byte-offsets", no_argument, NULL, 'u'},
161 {"version", no_argument, NULL, 'V'},
162 {"with-filename", no_argument, NULL, 'H'},
163 {"word-regexp", no_argument, NULL, 'w'},