Lines Matching refs:option
68 option[""] = "" # list of all options: default enabled/disabled
263 onoff = option[opt] # records current (and the default is "", enabled)
331 option[opt] = onoff
551 for (opt in option) if (opt != "") {
552 o = option[opt]
563 if (option[opt] != "") {
569 option[opt] = "disabled"
590 for (opt in option) if (opt != "") {
591 if (option[opt] == "on" || option[opt] == "off") {
599 if (option[opt] == "on") {
602 if (option[r[j]] == "off") {
605 } else if (option[r[j]] != "on") {
606 option[r[j]] = "on"
611 if (option[opt] != "off") {
617 if (option[r[j]] == "on") {
620 } else if (option[r[j]] != "off") {
621 option[r[j]] = "off"
638 for (i in option) if (!done[i]) {
667 print "/* option:", i, option[i] >out
683 if (option[i] == "on") {
707 if (option[i] == "on") {
724 if (option[i] == "off") {
735 …if (option[i] == "off" || option[i] == "disabled" && everything != "on" || option[i] == "enabled" …
794 for (i in option) if (!done[i]) {
825 for (j=1; j<=nreqs; ++j) if (option[r[j]] == "" && !doneset[r[j]]) {
849 if (option[r[j]] != "")