Searched refs:dirstruct (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/bin/network/wget/src/
H A Doptions.h49 bool dirstruct; /* Do we build the directory structure member in struct:options
51 bool no_dirstruct; /* Do we hate dirstruct? */
H A Dinit.c142 { "dirstruct", NULL, cmd_spec_dirstruct },
1159 if (!cmd_boolean (com, val, &opt.dirstruct))
1161 /* Since dirstruct behaviour is explicitly changed, no_dirstruct
1163 if (opt.dirstruct)
1214 opt.dirstruct = true;
1262 set to true, also set opt.dirstruct to true, unless opt.no_dirstruct
1273 opt.dirstruct = true;
H A Durl.c1522 /* If "dirstruct" is turned on (typically the case with -r), add
1525 if (opt.dirstruct)
1584 if ((opt.noclobber || opt.always_rest || opt.timestamping || opt.dirstruct)
H A Dmain.c178 { "directories", 0, OPT_BOOLEAN, "dirstruct", -1 },
191 { "force-directories", 'x', OPT_BOOLEAN, "dirstruct", -1 },
967 setoptval ("dirstruct", "0", opt->long_name);
1025 opt.dirstruct = 1; /* normally handled by cmd_spec_recursive() */
H A Dftp.c1158 else if (opt.noclobber || opt.always_rest || opt.timestamping || opt.dirstruct
H A Dhttp.c1379 || opt.dirstruct || opt.output_document)

Completed in 143 milliseconds