Lines Matching refs:SET
290 /* struct display options, these are set when the command line is read */
394 unsigned int errset; /* error_return is set */
461 * options were set on the command line.
655 * text chunks, so they get replicated, but only the new set gets written
707 * Set an option to a value (Value)
709 * Set an option to a bitmask constructed from the values (List)
724 /* If the setjmp buffer is set the code is asking for an option index; this
740 if (dp->entry[i]) /* option was set on command line */
909 * and there must be a valid entry to return. next_opt will set dp->nsp to
911 * set dp->stack[s].end to true.
965 assert(val > lo+1); /* else 'end' set above */
1037 * the search and set 'val' to lo+2.
1084 * This is the place where 'val' is set to outside the range
1139 * current set of options is invariably worse.
1168 * set up and dp->tsp will be greater than sp, otherwise a new entry
1174 * both set (by push_opt) to the next stack entry *unless* there is
1176 * is set.
1179 * active (dp->stack[sp].end is not set) and either 'nsp' or 'end'
1182 * 3) For lower stack entries nsp is set unless the stack entry is
1226 /* Like getop but iterate over all the values if the option was set to "all".
1229 if (dp->entry[opt]) /* option was set on command line */
1232 * value (it doesn't change once set on the command line). Otherwise the
1244 return 1; /* set */
1248 return 0; /* not set */
1259 /* As above except that if the option was not set try a search */
1266 /* If it was set on the command line honour the setting, including 'all'
1472 /* The handling for error levels is to set the level. */
1473 if (val) /* Set this level */
1478 "%.*s: messages cannot be turned off individually; set a message level",
1779 /* Set the IO handling */
1802 /* png_get_rowbytes should never return 0 because the value is set by the
1903 /* Compression option, 'method' is never set: there is no choice.
1911 SET(strategy, strategy);\
1912 SET(windowBits, window_bits);\
1913 SET(level, level);\
1914 SET(memLevel, mem_level);
1923 # define SET(name, func) if (getsearchopts(dp, #name, &val))\
1926 # undef SET
1934 # define SET(name, func) if (getallopts(dp, #name, &val))\
1937 # undef SET
1946 # define SET(name, func) if (getallopts(dp, "ICC-profile-" #name, &val))\
1949 # undef SET
1966 # define SET(name, func) if (getallopts(dp, "text-" #name, &val))\
1969 # undef SET
2000 * dp->text_stashed, which is only set (below) *after* the first write.