Home
last modified time | relevance | path

Searched refs:UNDEF (Results 1 – 25 of 96) sorted by relevance

1234

/freebsd/contrib/bmake/unit-tests/
H A Dcond-op-and.mk24 .if 0 && ${UNDEF}
29 .if 1 || (${UNDEF} && ${UNDEF})
36 .if 0 || (${DEF} && ${UNDEF})
38 .if 0 || (!${DEF} && ${UNDEF})
41 .if 0 || (${UNDEF} && ${UNDEF})
44 .if 0 || (!${UNDEF} && ${UNDEF})
46 .if 1 || (${DEF} && ${UNDEF})
48 .if 1 || (!${DEF} && ${UNDEF})
50 .if 1 || (${UNDEF} && ${UNDEF})
52 .if 1 || (!${UNDEF} && ${UNDEF})
H A Dcond-op-or.mk24 .if 1 || ${UNDEF}
29 .if 0 && (!defined(UNDEF) || ${UNDEF})
36 .if 1 && (!${DEF} || ${UNDEF})
38 .if 1 && (${DEF} || ${UNDEF})
41 .if 1 && (!${UNDEF} || ${UNDEF})
44 .if 1 && (${UNDEF} || ${UNDEF})
46 .if 0 && (!${DEF} || ${UNDEF})
48 .if 0 && (${DEF} || ${UNDEF})
50 .if 0 && (!${UNDEF} || ${UNDEF})
52 .if 0 && (${UNDEF} || ${UNDEF})
H A Dvar-op-expand.mk50 .undef UNDEF
51 VAR:= <${UNDEF}>
55 UNDEF= after
72 .undef UNDEF
73 VAR:= ${:${UNDEF}}
77 UNDEF= Uwas undefined
90 .undef UNDEF
91 REF= U${UNDEF}
96 UNDEF= Uwas undefined
179 .undef UNDEF
[all …]
H A Dcond-short.mk141 INDIR_UNDEF= ${UNDEF}
171 .if defined(UNDEF) && ${INDIR_UNDEF} < ${NUMBER}
177 .if defined(UNDEF) && ${INDIR_UNDEF:U2} < ${NUMBER}
210 .if defined(UNDEF) && "${INDIR_UNDEF}" < ${NUMBER}
264 .if defined(UNDEF) && ${UNDEF} != "undefined"
281 .undef UNDEF
292 .if 0 && defined(UNDEF)
296 .if 1 && defined(UNDEF)
310 .if 0 || defined(UNDEF)
314 .if 1 || defined(UNDEF)
H A Dvarmod-indirect.mk140 .for var in before ${UNDEF} after
148 .for var in before ${UNDEF:${:US,a,a,}} after
156 .for var in before ${UNDEF:${:U}} after
164 .for var in before ${UNDEF:${:UZ}} after
176 _:= before ${UNDEF} after
179 _:= before ${UNDEF:${:US,a,a,}} after
189 _:= before ${UNDEF:${:U}} after
195 _:= before ${UNDEF:${:UZ}} after
251 .if ${UNDEF:${:UUindirect-fallback}} != "indirect-fallback"
254 .if ${UNDEF:${:UUindirect-fallback}:Uouter-fallback} != "outer-fallback"
H A Dcond-func-empty.mk10 .undef UNDEF
17 .if !empty(UNDEF)
24 .if !empty(UNDEF:M*)
39 .if !empty(UNDEF:S,^$,value,W)
47 .if empty(UNDEF:S,^$,value,W:Ufallback)
63 .if ${UNDEF:S,^$,value,W:Ufallback} != "fallback"
210 .if !empty(${UNDEF})
H A Dopt-debug-lint.mk43 .if ${UNDEF}
50 ${UNDEF}: ${UNDEF}
57 .if defined(UNDEF) && exists(${UNDEF})
H A Dmoderrs.mk49 @echo ${UNDEF:U1 2 3:@var}
52 @echo ${UNDEF:U1 2 3:@var@...}
54 @echo ${UNDEF:U1 2 3:@var@${var}@}
64 @echo ${UNDEF:U1 2 3:@var@${var}}...@
66 @echo ${UNDEF:U1 2 3:@var@${var}}...@}
70 @echo ${UNDEF:U1 2 3:[}
73 @echo ${UNDEF:U1 2 3:[#}
77 @echo 13=${UNDEF:U1 2 3:[13]}
96 @echo 12345=${UNDEF:U1 2 3:[123451234512345123451234512345]:S,^$,ok,:S,^3$,ok,}
H A Dcond-token-plain.mk75 .if ${UNDEF:Uundefined}!=undefined
78 .if ${UNDEF:U12345}>12345
81 .if ${UNDEF:U12345}<12345
84 .if (${UNDEF:U0})||0
128 .if V${UNDEF}AR
H A Dvarmod-defined.mk12 .undef UNDEF
28 .if ${UNDEF:Dvalue} != ""
70 .if ${UNDEF:Dyes:Uno} != no
73 .if ${UNDEF:Uno:Dyes} != no
H A Dcond-token-var.mk30 .if ${UNDEF} == ${DEF}
36 .if ${DEF} == ${UNDEF}
46 .if ${UNDEF}
51 .if ${UNDEF:U}
H A Dcond-token-string.exp6 CondParser_Eval: "UNDEF"
7 make: "cond-token-string.mk" line 51: The string literal "UNDEF" is not empty.
10 CondParser_Eval: "${UNDEF}"
H A Dvarmod-indirect.exp18 Var_Parse: ${UNDEF} after (eval-keep-dollar-and-undefined)
19 Global: _ = before ${UNDEF} after
38 while evaluating variable "UNDEF" with value ""
H A Ddirective-ifdef.mk10 .ifdef UNDEF
22 .ifdef UNDEF && DEFINED
25 .ifdef UNDEF || DEFINED
H A Dcond-func-defined.mk53 .if defined(${UNDEF})
59 .if defined(UNDEF) && ${UNDEF:Mx} != ""
H A Dsh-leading-hyphen.mk20 ${UNDEF}-unknown-command 'needed for needshell in compat.c'
25 ${UNDEF} --unknown-long-option 'needed for needshell in compat.c'
H A Ddeptgt.exp11 Var_Parse: ${UNDEF}: depsrc-${UNDEF} (eval)
12 Var_Parse: ${UNDEF} (eval)
H A Dcond-undef-lint.mk24 .if ${UNDEF}
35 .if ${VAR.${UNDEF}}
H A Ddeptgt.mk45 deptgt-${UNDEF}: depsrc-${UNDEF}
H A Dvarmod-undefined.mk68 .if ${UNDEF:Uvalue:S,a,X,} != "vXlue"
70 .elif ${UNDEF:Uvalue:S,a,X,:Uwas undefined} != "was undefined"
H A Dvarmisc.mk19 .undef UNDEF
27 @echo ${UNDEF:D${False}}
31 @echo ${UNDEF:U${True}}
H A Dvarmod-ifelse.mk39 COND:= ${${UNDEF} == "":?bad-assign:bad-assign}
47 .if ${${UNDEF} == "":?bad-cond:bad-cond}
H A Ddirective-for-escape.mk77 VALUES= $${UNDEF:U\$$\$$ {{}} end}
135 VALUES= begin<$${UNDEF:Ufallback:N{{{}}}}>end
H A Darchive.mk61 list-archive-undef-archive: ${ARCHIVE}$${UNDEF}(archive.mk) pre post
68 list-archive-undef-member: ${ARCHIVE}(archive$${UNDEF}.mk) pre post
H A Ddirective-include-fatal.mk14 .if ${UNDEF}

1234