Lines Matching full:disabled
24 # everything=off Causes all options to be disabled by default
68 option[""] = "" # list of all options: default enabled/disabled
244 # option NAME ( (requires|enables|if) NAME* | on | off | disabled |
247 # Declares an option 'NAME' and describes its default setting (disabled)
248 # and its relationship to other options. The option is disabled
253 # Note that "enables" takes priority over the required/if/disabled/off
256 # The definition file may list an option as 'disabled': off by default,
285 if (val == "on" || val == "off" || val == "disabled" || val =="enabled") {
288 # on or off can zap disabled or enabled:
289 if (onoff == "" || (onoff == "disabled" || onoff == "enabled") &&
337 # chunk NAME [requires OPT] [enables LIST] [on|off|disabled]
379 if (val == "on" || val == "off" || val == "disabled") {
506 # not output to pnglibconf.h and must be either enabled or disabled
554 if (o != "on" && o != "off" && o != "disabled" && o != "enabled") {
569 option[opt] = "disabled"
661 # the option is not disabled; an option is disabled if:
663 # option == disabled && everything != on
734 # handling is effectively disabled by 'everything = off'
735 if (option[i] == "off" || option[i] == "disabled" && everything != "on" || option[i] == "enabled" && everything == "off" && !have_ifs) {