• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/

Lines Matching defs:OPT_BOOLEAN

135     OPT_BOOLEAN,
153 { "adjust-extension", 'E', OPT_BOOLEAN, "adjustextension", -1 },
155 { "ask-password", 0, OPT_BOOLEAN, "askpassword", -1 },
156 { "auth-no-challenge", 0, OPT_BOOLEAN, "authnochallenge", -1 },
157 { "background", 'b', OPT_BOOLEAN, "background", -1 },
158 { "backup-converted", 'K', OPT_BOOLEAN, "backupconverted", -1 },
159 { "backups", 0, OPT_BOOLEAN, "backups", -1 },
164 { "cache", 0, OPT_BOOLEAN, "cache", -1 },
167 { IF_SSL ("check-certificate"), 0, OPT_BOOLEAN, "checkcertificate", -1 },
170 { "continue", 'c', OPT_BOOLEAN, "continue", -1 },
171 { "convert-links", 'k', OPT_BOOLEAN, "convertlinks", -1 },
172 { "content-disposition", 0, OPT_BOOLEAN, "contentdisposition", -1 },
173 { "cookies", 0, OPT_BOOLEAN, "cookies", -1 },
175 { WHEN_DEBUG ("debug"), 'd', OPT_BOOLEAN, "debug", -1 },
177 { "delete-after", 0, OPT_BOOLEAN, "deleteafter", -1 },
178 { "directories", 0, OPT_BOOLEAN, "dirstruct", -1 },
180 { "dns-cache", 0, OPT_BOOLEAN, "dnscache", -1 },
189 { "follow-ftp", 0, OPT_BOOLEAN, "followftp", -1 },
191 { "force-directories", 'x', OPT_BOOLEAN, "dirstruct", -1 },
192 { "force-html", 'F', OPT_BOOLEAN, "forcehtml", -1 },
195 { "ftp-stmlf", 0, OPT_BOOLEAN, "ftpstmlf", -1 },
198 { "glob", 0, OPT_BOOLEAN, "glob", -1 },
201 { "host-directories", 0, OPT_BOOLEAN, "addhostdir", -1 },
202 { "html-extension", 'E', OPT_BOOLEAN, "adjustextension", -1 }, /* deprecated */
203 { "htmlify", 0, OPT_BOOLEAN, "htmlify", -1 },
204 { "http-keep-alive", 0, OPT_BOOLEAN, "httpkeepalive", -1 },
208 { "ignore-case", 0, OPT_BOOLEAN, "ignorecase", -1 },
209 { "ignore-length", 0, OPT_BOOLEAN, "ignorelength", -1 },
213 { "inet4-only", '4', OPT_BOOLEAN, "inet4only", -1 },
214 { "inet6-only", '6', OPT_BOOLEAN, "inet6only", -1 },
217 { "iri", 0, OPT_BOOLEAN, "iri", -1 },
218 { "keep-session-cookies", 0, OPT_BOOLEAN, "keepsessioncookies", -1 },
224 { "mirror", 'm', OPT_BOOLEAN, "mirror", -1 },
226 { "no-clobber", 0, OPT_BOOLEAN, "noclobber", -1 },
227 { "no-parent", 0, OPT_BOOLEAN, "noparent", -1 },
230 { "page-requisites", 'p', OPT_BOOLEAN, "pagerequisites", -1 },
232 { "passive-ftp", 0, OPT_BOOLEAN, "passiveftp", -1 },
237 { "preserve-permissions", 0, OPT_BOOLEAN, "preservepermissions", -1 }, /* deprecated */
241 { "protocol-directories", 0, OPT_BOOLEAN, "protocoldirectories", -1 },
242 { "proxy", 0, OPT_BOOLEAN, "useproxy", -1 },
247 { "quiet", 'q', OPT_BOOLEAN, "quiet", -1 },
250 { "random-wait", 0, OPT_BOOLEAN, "randomwait", -1 },
252 { "recursive", 'r', OPT_BOOLEAN, "recursive", -1 },
255 { "relative", 'L', OPT_BOOLEAN, "relativeonly", -1 },
257 { "remove-listing", 0, OPT_BOOLEAN, "removelisting", -1 },
258 { "restrict-file-names", 0, OPT_BOOLEAN, "restrictfilenames", -1 },
259 { "retr-symlinks", 0, OPT_BOOLEAN, "retrsymlinks", -1 },
260 { "retry-connrefused", 0, OPT_BOOLEAN, "retryconnrefused", -1 },
262 { "save-headers", 0, OPT_BOOLEAN, "saveheaders", -1 },
264 { "server-response", 'S', OPT_BOOLEAN, "serverresponse", -1 },
265 { "span-hosts", 'H', OPT_BOOLEAN, "spanhosts", -1 },
266 { "spider", 0, OPT_BOOLEAN, "spider", -1 },
267 { "strict-comments", 0, OPT_BOOLEAN, "strictcomments", -1 },
269 { "timestamping", 'N', OPT_BOOLEAN, "timestamping", -1 },
273 { "verbose", 'v', OPT_BOOLEAN, "verbose", -1 },
274 { "verbose", 0, OPT_BOOLEAN, "verbose", -1 },
279 { "wdebug", 0, OPT_BOOLEAN, "wdebug", -1 },
349 case OPT_BOOLEAN:
978 case OPT_BOOLEAN: