HomeSort by: relevance | last modified time | path
    Searched refs:UNDEF (Results 1 - 25 of 49) sorted by relevancy

1 2

  /src/usr.bin/make/unit-tests/
cond-token-string.exp 6 CondParser_Eval: "UNDEF"
7 make: cond-token-string.mk:51: The string literal "UNDEF" is not empty.
10 CondParser_Eval: "${UNDEF}"
cond-op-and.mk 24 .if 0 && ${UNDEF}
29 .if 1 || (${UNDEF} && ${UNDEF})
35 # expect+1: Variable "UNDEF" is undefined
36 .if 0 || (${DEF} && ${UNDEF})
38 .if 0 || (!${DEF} && ${UNDEF})
40 # expect+1: Variable "UNDEF" is undefined
41 .if 0 || (${UNDEF} && ${UNDEF})
43 # expect+1: Variable "UNDEF" is undefine
    [all...]
cond-op-or.mk 24 .if 1 || ${UNDEF}
29 .if 0 && (!defined(UNDEF) || ${UNDEF})
35 # expect+1: Variable "UNDEF" is undefined
36 .if 1 && (!${DEF} || ${UNDEF})
38 .if 1 && (${DEF} || ${UNDEF})
40 # expect+1: Variable "UNDEF" is undefined
41 .if 1 && (!${UNDEF} || ${UNDEF})
43 # expect+1: Variable "UNDEF" is undefine
    [all...]
directive-ifdef.mk 8 # There is no variable named 'UNDEF', therefore the condition evaluates to
10 .ifdef UNDEF
22 .ifdef UNDEF && DEFINED
25 .ifdef UNDEF || DEFINED
cond-token-var.mk 29 # expect+1: Variable "UNDEF" is undefined
30 .if ${UNDEF} == ${DEF}
35 # expect+1: Variable "UNDEF" is undefined
36 .if ${DEF} == ${UNDEF}
45 # expect+1: Variable "UNDEF" is undefined
46 .if ${UNDEF}
51 .if ${UNDEF:U}
132 # expect+1: Variable "UNDEF" is undefined
133 .if ${UNDEF:M*}
141 # expect+1: Variable "UNDEF" is undefine
    [all...]
deptgt.exp 11 Var_Parse: ${UNDEF}: depsrc-${UNDEF} (eval)
12 Var_Parse: ${UNDEF} (eval)
cond-undef-lint.mk 1 # $NetBSD: cond-undef-lint.mk,v 1.8 2025/01/11 21:21:33 rillig Exp $
14 # DEF is defined, UNDEF is not.
23 # expect+1: Variable "UNDEF" is undefined
24 .if ${UNDEF}
31 # mistake. The variable UNDEF, as used here, can be easily turned into
35 .if ${VAR.${UNDEF}}
sh-leading-hyphen.mk 20 ${UNDEF}-unknown-command 'needed for needshell in compat.c'
25 ${UNDEF} --unknown-long-option 'needed for needshell in compat.c'
directive-include-fatal.mk 13 # expect+1: Variable "UNDEF" is undefined
14 .if ${UNDEF}
varmod-indirect.exp 13 while evaluating variable "UNDEF" with value ""
14 Parsing varmod-indirect.mk:171: _:= before ${UNDEF} after
16 Var_Parse: ${UNDEF} after (eval-keep-dollar-and-undefined)
17 Global: _ = before ${UNDEF} after
18 Parsing varmod-indirect.mk:174: _:= before ${UNDEF:${:US,a,a,}} after
19 Var_Parse: ${UNDEF:${:US,a,a,}} after (eval-keep-dollar-and-undefined)
21 Evaluating modifier ${UNDEF:S...} on value "" (eval-keep-dollar-and-undefined, undefined)
25 Result of ${UNDEF:S,a,a,} is "" (eval-keep-dollar-and-undefined, undefined)
26 Global: _ = before ${UNDEF:S,a,a,} after
27 Parsing varmod-indirect.mk:184: _:= before ${UNDEF:${:U}} afte
    [all...]
cond-func-defined.mk 53 .if defined(${UNDEF})
59 .if defined(UNDEF) && ${UNDEF:Mx} != ""
var-op-expand.mk 50 .undef UNDEF
51 VAR:= <${UNDEF}>
55 UNDEF= after
72 .undef UNDEF
73 VAR:= ${:${UNDEF}}
77 UNDEF= Uwas undefined
86 # XXX: Even though this is a ':=' assignment, the '${UNDEF}' in the part of
90 .undef UNDE
    [all...]
opt-debug-lint.mk 18 # cond-undef-lint.mk
42 # expect+1: Variable "UNDEF" is undefined
43 .if ${UNDEF}
50 ${UNDEF}: ${UNDEF}
52 # In a condition that has a defined(UNDEF) guard, all guarded conditions
57 .if defined(UNDEF) && exists(${UNDEF})
cond-func-commands.mk 37 .if commands(${UNDEF})
cond-func-target.mk 38 .if target(${UNDEF})
cond-func-make.mk 29 .if make(${UNDEF})
cond-token-string.mk 49 .if "UNDEF"
50 # expect+1: The string literal "UNDEF" is not empty.
51 . info The string literal "UNDEF" is not empty.
66 .if "${UNDEF}"
moderrs.mk 49 @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,}
cond-short.mk 141 INDIR_UNDEF= ${UNDEF}
155 # defined and had the value '${UNDEF}', but the nested variable UNDEF was
158 # uninterpreted variable value, in this case '${UNDEF}'. And even though the
161 # numerically was not possible since the string '${UNDEF}' is not a number,
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
    [all...]
varmod-defined.mk 12 .undef UNDEF
21 # Since UNDEF is not defined, the "value" is ignored. Instead of leaving the
28 .if ${UNDEF:Dvalue} != ""
70 .if ${UNDEF:Dyes:Uno} != no
73 .if ${UNDEF:Uno:Dyes} != no
archive.mk 24 @${MAKE} -f ${MAKEFILE} list-archive-undef-archive || echo "exit $$?"
26 @${MAKE} -f ${MAKEFILE} list-archive-undef-member || echo "exit $$?"
58 .if make(list-archive-undef-archive)
59 # TODO: Be more specific: mention that the variable "UNDEF" is not defined.
60 # expect+1: Error in source archive spec "libprog.a${UNDEF}(archive.mk) pre post"
61 list-archive-undef-archive: ${ARCHIVE}$${UNDEF}(archive.mk) pre post
65 .if make(list-archive-undef-member)
66 # TODO: Be more specific: mention that the variable "UNDEF" is not defined.
68 list-archive-undef-member: ${ARCHIVE}(archive$${UNDEF}.mk) pre pos
    [all...]
varmod-indirect.mk 137 .for var in before ${UNDEF} after
145 .for var in before ${UNDEF:${:US,a,a,}} after
153 .for var in before ${UNDEF:${:U}} after
161 .for var in before ${UNDEF:${:UZ}} after
171 _:= before ${UNDEF} after
174 _:= before ${UNDEF:${:US,a,a,}} after
177 # This results in ${UNDEF:}, which can lead to tricky parse errors later,
184 _:= before ${UNDEF:${:U}} after
186 # XXX: This expands to ${UNDEF:Z}, which will behave differently if the
190 _:= before ${UNDEF:${:UZ}} afte
    [all...]
var-op-shell.exp 11 Var_Parse: ${UNDEF}y (eval)
deptgt.mk 45 deptgt-${UNDEF}: depsrc-${UNDEF}
  /src/games/hack/
hack.dog.c 163 #define UNDEF 6
184 return (UNDEF);
273 gtyp = UNDEF; /* no goal as yet */
279 if (otyp > gtyp || otyp == UNDEF)
291 } else if (gtyp == UNDEF && dogroom >= 0 &&
299 if (gtyp == UNDEF ||
346 appr = 1; /* gtyp != UNDEF */

Completed in 20 milliseconds

1 2