Lines Matching refs:unset
28 one is defined and other symbols from the list are unset. For each job look for
29 any non-standard symbols to set/unset in EXCLUSIVE_GROUPS. These are usually not
31 look for any unset symbols and handle their reverse dependencies.
124 """Set/unset a configuration option, optionally specifying a value.
125 value can be either True/False (set/unset config option), or a string,
132 log_command(['config.py', 'unset', option])
133 conf.unset(option)
297 unset = dep.startswith('-')
299 config_settings[dep] = not unset
319 with this symbol set and the others unset."""
345 with this symbol unset.
532 parser.add_argument('--unset-use-psa',