Home
last modified time | relevance | path

Searched refs:optional (Results 1 – 9 of 9) sorted by relevance

/scripts/kconfig/tests/choice/
DKconfig21 prompt "optional boolean choice"
22 optional
46 prompt "optional tristate choice"
47 optional
Doldask1_expected_stdout6 optional boolean choice [Y/n/?] (NEW)
7 optional boolean choice
15 optional tristate choice [N/y/?]
Doldask0_expected_stdout6 optional boolean choice [N/y/?] (NEW)
10 optional tristate choice [N/m/y/?] (NEW)
/scripts/
Dsphinx-pre-install22 my $optional = 0;
100 $optional--;
126 $optional++;
389 return if (!$need && !$optional);
458 return if (!$need && !$optional);
512 return if (!$need && !$optional);
556 return if (!$need && !$optional);
586 return if (!$need && !$optional);
612 return if (!$need && !$optional);
854 print "All optional dependencies are met.\n" if (!$optional);
Dsetlocalversion117 git --no-optional-locks status -uno --porcelain 2>/dev/null ||
Ddev-needs.sh21 It also takes an optional modifier flag as the first parameter to change
Dspelling.txt987 optionnal||optional
/scripts/kconfig/tests/preprocess/variable/
DKconfig48 # If some arguments are optional, it is useful to pass fewer parameters.
/scripts/dtc/
Dchecks.c1360 bool optional; member
1422 } else if (provider->optional) { in check_property_phandle_args()
1514 provider.optional = false; in check_gpios_property()