Home | History | Annotate | Download | only in scripts

Lines Matching refs:everything

24 #  everything=off   Causes all options to be disabled by default
25 # everything=on Causes all options to be enabled by default
63 everything="" # do not override defaults
142 $0 ~ /^[ ]*everything[ =]*off[ ]*$/{
143 everything = "off"
146 $0 ~ /^[ ]*everything[ =]*on[ ]*$/{
147 everything = "on"
530 if (everything != "") {
531 print "everything =", everything >out
663 # option == disabled && everything != on
664 # option == "" && everything == off
732 # 'have_ifs' here means that everything = "off" still allows an 'if' 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) {
894 # Regular end - everything looks ok