Searched refs:X (Results 1 – 9 of 9) sorted by relevance
7 X := 18 SIMPLE := $(X)9 X := 213 X := 114 RECURSIVE = $(X)15 X := 238 X := A40 $(X)$(Y) := 5
3 X = $(Y)4 Y = $(X)5 $(info $(X))
1 Kconfig:5: Recursive variable 'X' references itself (eventually)
6 Kconfig:25: $(X)8 Kconfig:35: $(X)9 Kconfig:39: $(X)
23 # The following should print "$(X)". It should not be expanded further.25 $(warning,$(dollar)(X))33 # The following should print "$(X)". It should not be expanded further.34 Y := $(dollar)(X)37 # The following should print "$(X)" as well.38 Y = $(dollar)(X)
13 prompt "choose X or Y"16 config X config in choicecb1aca32020417 bool "X"
26 prompt "Choose X"29 config X config in choice6158f0a4030430 bool "X"
305 #define CONST_CAST_GIMPLE(X) CONST_CAST(gimple, (X)) argument
206 #define _(X) [DIRECTIVE_##X] = #X argument
Completed in 16 milliseconds