Lines Matching refs:REF
41 REF= $$ $$$$ $$$$$$$$
42 VAR:= ${REF}
43 REF= too late
63 REF= REF2
64 VAR:= ${${REF}}
65 REF= too late
91 REF= U${UNDEF}
93 VAR:= ${:${REF}}
95 REF= too late
106 REF= ${REF2}
107 VAR:= ${REF}
120 REF= REF:$$ $$$$ ${REF2}
121 VAR:= VAR:$$ $$$$ ${REF}
122 .if ${VAR} != "VAR:\$ \$\$ REF:\$ \$\$ REF2:\$ \$\$"
143 REF.word= 1:$$ 2:$$$$ 4:$$$$$$$$
144 .undef REF.undef
145 VAR:= ${:Uword undef:@word@${REF.${word}}@}, direct: ${REF.word} ${REF.undef}
146 REF.word= word.after
147 REF.undef= undef.after
156 # At that point, both REF.word and REF.undef are defined.
157 REF.word= 1:$$ 2:$$$$ 4:$$$$$$$$
158 .undef REF.undef
159 VAR= ${:Uword undef:@word@${REF.${word}}@}, direct: ${REF.word} ${REF.undef}
160 REF.word= word.after
161 REF.undef= undef.after