Lines Matching full:var
8 # var-op-expand.mk for ':=' in general
24 VAR:= ${DOLLARS}
25 # The reduction from 8 '$' to 4 '$' happens when ${VAR} is evaluated in the
28 .if ${VAR} != "\$\$\$\$"
36 VAR:= ${DOLLARS}
37 .if ${VAR} != "\$\$"
43 VAR:= $$$$$$$$
44 .if ${VAR} != "\$\$\$\$"
50 VAR:= $$$$$$$$
51 .if ${VAR} != "\$\$"
58 VAR:= $$$$-${.MAKE.SAVE_DOLLARS::=yes}-$$$$
59 .if ${VAR} != "\$--\$\$"
68 VAR:= ${:U\$\$\$\$}-${.MAKE.SAVE_DOLLARS::=yes}-${:U\$\$\$\$}
69 .if ${VAR} != "\$\$--\$\$"
77 VAR:= $$$$$$$$
78 .if ${VAR} != "\$\$"
86 VAR:= $$$$$$$$
87 .if ${VAR} != "\$\$\$\$"
99 VAR:= ${CMD:sh}
100 .if ${VAR} != "\$\$"
106 VAR:= ${CMD:sh}
107 .if ${VAR} != "\$\$\$\$"
112 # In the modifier ':@var@body@', .MAKE.SAVE_DOLLARS does not affect the body.
117 VAR:= ${word:L:@word@$$$$$$$$-${DOLLARS}@}
118 .if ${VAR} != "\$\$-\$\$"
124 VAR:= ${word:L:@word@$$$$$$$$-${DOLLARS}@}
125 .if ${VAR} != "\$\$-\$\$"