Lines Matching full:boolflag
738 foreach {boolFlag featureFlag ifSetEvalThis} [proj-strip-hash-comments {
777 if {$boolFlag ni $::autosetup(options)} {
782 proj-if-opt-truthy $boolFlag {
784 if {0 != [eval $ifSetEvalThis] && "all" ne $boolFlag} {
785 msg-result " + $boolFlag"
788 if {"all" ne $boolFlag} {
789 msg-result " - $boolFlag"
795 # config option $boolFlag is false, [sqlite-add-feature-flag
798 foreach {boolFlag featureFlag} {
801 if {[proj-opt-truthy $boolFlag]} {
802 msg-result " + $boolFlag"
805 msg-result " - $boolFlag"