Lines Matching defs:indirect
71 # expression with an indirect modifier referring to an undefined variable
83 # expression with an indirect modifier referring to another variable that
225 # here, due to the double indirection. The variable 'indirect' is supposed to
230 # assignment operator ':=' for the variable 'indirect'. During this
239 # trivial. When the assignment to 'indirect' takes place, the expressions
244 # indirect:= ${INDIRECT:tl}
249 # indirect:= ${LATER:S,value,replaced,} \
257 # indirect:= ${LATER:S,value,replaced,:tl} \
272 indirect:= ${INDIRECT:tl}
274 .if ${indirect} != " ok "
282 .if ${indirect} != "uppercase-replaced ok uppercase-sysv"