HomeSort by: relevance | last modified time | path
    Searched defs:INDIRECT (Results 1 - 15 of 15) sorted by relevancy

  /src/usr.bin/make/unit-tests/
cond-undef-lint.mk 62 INDIRECT= ${NESTED_UNDEF} ${NESTED_DEF}
67 .if !${INDIRECT}
varmod-sysv.mk 237 INDIRECT= 1:${VALUE} 2:$${VALUE} 4:$$$${VALUE}
238 .if ${x:L:x=${INDIRECT}} != "1:value 2:value 4:\${VALUE}"
directive-export.mk 10 INDIRECT= indirect
11 VAR= value $$ ${INDIRECT}
20 .if ${:!env | grep '^VAR'!} != "VAR=value \$ indirect"
directive-for.mk 183 INDIRECT= direct
185 .for $(INDIRECT) in value
188 . info <$(INDIRECT)> <$(direct)> <$($(INDIRECT))>
195 # .for loop. The expression '${INDIRECT}' refers to the global variable, not
198 INDIRECT= ${DIRECT}
200 . if "${DIRECT} ${INDIRECT}" != "iteration global"
directive-undef.mk 113 INDIRECT= in-${DIRECT}
114 .export DIRECT INDIRECT
118 .if ${INDIRECT} != "in-direct"
123 # This applies to both variables, even though 'INDIRECT' is not actually
126 .undef INDIRECT # for backwards compatibility.
131 .if ${INDIRECT:Uundefined} != "undefined"
varparse-errors.mk 16 INDIRECT= An ${:Uindirect} value.
118 # expect: while evaluating variable "INDIRECT" with value "${:Z}"
119 # expect: while evaluating variable "VALUE" with value "${INDIRECT}"
123 VALUE= ${INDIRECT}
124 INDIRECT= ${:Z}
var-op-expand.mk 71 # expression with an indirect modifier referring to an undefined variable
83 # expression with an indirect modifier referring to another variable that
195 # After the assignment to 'LATER', evaluating the variable 'INDIRECT'
199 INDIRECT:= ${LATER:S,value,replaced,}
200 .if ${INDIRECT} != ""
204 .if ${INDIRECT} != "late-replaced"
210 # evaluating the variable 'INDIRECT'. Nothing surprising here.
213 INDIRECT:= ${LATER:S,value,replaced,}
214 .if ${INDIRECT:tl} != ""
219 .if ${INDIRECT:tl} != "uppercase-replaced
272 indirect:= ${INDIRECT:tl} macro
    [all...]
  /src/distrib/amiga/miniroot/
install.md 23 # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  /src/distrib/atari/floppies/prepare/
install.md 23 # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  /src/distrib/sparc/
install.md 23 # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  /src/distrib/sun2/miniroot/
install.md 23 # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  /src/distrib/sun3/miniroot/
install.md 23 # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  /src/distrib/hp300/miniroot/
install.md 24 # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  /src/distrib/mac68k/miniroot/
install.md 24 # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  /src/distrib/mvme68k/miniroot/
install.md 24 # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR

Completed in 16 milliseconds