Lines Matching full:non

162 In this example, A && B && C && D (the prompt condition) needs to be non-n for
178 select*ing* symbol. 'select' does not respect visibility, so non-visible
181 For non-bool/tristate symbols, it only matters whether the visibility is n or
182 non-n: m visibility acts the same as y visibility.
210 sym.visibility is non-0 (non-n) to see whether the user value will have an
225 following the 'next' pointer. Usually, a non-None 'list' pointer indicates a
226 menu or Choice, but menu nodes for symbols can sometimes have a non-None 'list'
1193 # non-choice symbols, as selects don't affect choice
1444 To get the string value of non-bool/tristate symbols, use
1446 all non-bool/tristate symbols have the tristate value 0 (n).
1795 # It's a non-const symbol, except we translate n, m, and y
1815 # Neither a keyword nor a non-const symbol (except
1816 # $()-expansion might still yield a non-const symbol).
1885 # be unexpected that you can reference non-constant symbols
2644 # Reuse the tokens for the non-property line later
2677 # Find first non-blank (not all-space) line and get its indentation
2702 # If the first non-empty lines has zero indent, there is no help
2711 # The help text goes on till the first non-empty line with less indent
2956 # Add the node's non-node-specific properties (defaults, ranges,
2988 # Add the node's non-node-specific properties to the choice
3222 UNKNOWN is for undefined symbols, (non-special) constant symbols, and
3248 representing n, m, y. Always 0 (n) for non-bool/tristate symbols.
3260 Returns the empty set for non-bool/tristate symbols and for symbols with
3266 For string/hex/int symbols, check if Symbol.visibility is non-0 (non-n)
3314 Holds the parent Choice for choice symbols, and None for non-choice
3611 # Non-choice symbol
3658 # Visible choice symbol in m-mode choice, with set non-0 user value
3747 visibility is non-n.
3833 # Only add quotes for non-bool/tristate symbols
3843 # Only add quotes for non-bool/tristate symbols
4013 # of calculating all other (non-constant) cached values.
4186 lower bound to m for visible non-optional choices (the reverse
4316 # non-optional choices, which is how the C implementation does it
4583 in e.g. the 'make menuconfig' interface, though non-visible choices, menus,
5155 # encounter any non-'op' nodes)
5230 # Non-tristate choice symbols are only visible in y mode
5237 # Promote m to y if we're dealing with a non-tristate (possibly due to
5259 # Non-constant symbol, or choice
5414 # "Flattens" menu nodes without prompts (e.g. 'if' nodes and non-visible
5689 sym.kconfig._warn("the {0} symbol {1} has a non-{0} default {2}"
5714 sym.kconfig._warn("the {0} symbol {1} has a non-{0} range "