Lines Matching defs:option

217     char *name;			/* Name specified without an option. */
218 int fromX, fromY; /* Values specified for -from option. */
219 int fromX2, fromY2; /* Second coordinate pair for -from option. */
220 int toX, toY; /* Values specified for -to option. */
221 int toX2, toY2; /* Second coordinate pair for -to option. */
222 int zoomX, zoomY; /* Values specified for -zoom option. */
223 int subsampleX, subsampleY; /* Values specified for -subsample option. */
224 char *format; /* Value specified for -format option. */
230 * ParseSubcommandOptions if that option is allowed for the current
232 * field of the SubcommandOptions structure if that option was specified.
234 * OPT_FORMAT: Set if -format option allowed/specified.
235 * OPT_FROM: Set if -from option allowed/specified.
236 * OPT_SHRINK: Set if -shrink option allowed/specified.
237 * OPT_SUBSAMPLE: Set if -subsample option allowed/spec'd.
238 * OPT_TO: Set if -to option allowed/specified.
239 * OPT_ZOOM: Set if -zoom option allowed/specified.
250 * List of option names. The order here must match the order of
559 " option ?arg arg ...?\"", (char *) NULL);
581 argv[0], " cget option\"",
629 * Check the values given for the -from option.
641 Tcl_AppendResult(interp, "coordinates for -from option extend ",
679 * Set the destination image size if the -shrink option was specified.
800 * Fill in default values for the -to option, then
865 * Check the values given for the -from option.
871 Tcl_AppendResult(interp, "coordinates for -from option extend ",
885 * If the -shrink option was specified, set the size of the image.
963 Tcl_AppendResult(interp, "coordinates for -from option extend ",
1021 Tcl_AppendResult(interp, "bad option \"", argv[1],
1065 char *option, **listPtr;
1071 * We can have one value specified without an option;
1075 option = argv[index];
1076 if (option[0] != '-') {
1078 optPtr->name = option;
1085 * Work out which option this is.
1088 length = strlen(option);
1089 c = option[0];
1094 && (strncmp(option, *listPtr, length) == 0)) {
1096 bit = 0; /* An ambiguous option. */
1105 * If this option is not recognized and allowed, put
1110 Tcl_AppendResult(interp, "unrecognized option \"", argv[index],
1152 Tcl_AppendResult(interp, "the \"", argv[index], "\" option ",
1180 " option must be non-negative", (char *) NULL);
1203 " option must be non-negative", (char *) NULL);
1221 " option must be positive", (char *) NULL);
1230 * The -format option takes a single string value.
1237 Tcl_AppendResult(interp, "the \"-format\" option ",
1244 * Remember that we saw this option.
1339 * specified the -file or -data option.
1462 * If the -palette configuration option has been set for the master,
2268 * the -palette option is valid for a particular instance
3051 Tcl_AppendResult(interp, "-file option isn't supported for ",
3141 Tcl_AppendResult(interp, "-data option isn't supported for ",