Lines Matching defs:ifndef

8 #	.ifndef GUARD_VARIABLE
31 CASES+= variable-ifndef
32 LINES.variable-ifndef= \
33 '.ifndef VARIABLE_IFNDEF' \
36 # expect: Parse_PushInput: file variable-ifndef.tmp, line 1
37 # expect: Skipping 'variable-ifndef.tmp' because 'VARIABLE_IFNDEF' is defined
42 CASES+= variable-ifndef-reuse
43 LINES.variable-ifndef-reuse= \
44 '.ifndef VARIABLE_IFNDEF' \
47 # expect: Parse_PushInput: file variable-ifndef-reuse.tmp, line 1
48 # expect: Skipping 'variable-ifndef-reuse.tmp' because 'VARIABLE_IFNDEF' is defined
52 CASES+= variable-ifndef-zero
53 LINES.variable-ifndef-zero= \
54 '.ifndef 0e0' \
57 # expect: Parse_PushInput: file variable-ifndef-zero.tmp, line 1
58 # expect: Parse_PushInput: file variable-ifndef-zero.tmp, line 1
62 CASES+= variable-ifndef-one
63 LINES.variable-ifndef-one= \
64 '.ifndef 1' \
66 # expect: Parse_PushInput: file variable-ifndef-one.tmp, line 1
67 # expect: Parse_PushInput: file variable-ifndef-one.tmp, line 1
74 '.ifndef COMMENTS' \
83 # the canonical form but avoids the '.ifndef' directive, as that directive is
134 # A conditional other than '.if' or '.ifndef' does not guard the file, even if
147 '.ifndef VARIABLE_NAME_MISMATCH' \
155 CASES+= variable-ifndef-parenthesized
156 LINES.variable-ifndef-parenthesized= \
157 '.ifndef (VARIABLE_IFNDEF_PARENTHESIZED)' \
160 # expect: Parse_PushInput: file variable-ifndef-parenthesized.tmp, line 1
161 # expect: Parse_PushInput: file variable-ifndef-parenthesized.tmp, line 1
163 # The variable name '!VARNAME' cannot be used in an '.ifndef' directive, as
183 '.ifndef VARIABLE_NAME!MIDDLE' \
196 '.ifndef VARIABLE_NAME(&)PARENTHESES' \
203 CASES+= variable-ifndef-plus
204 LINES.variable-ifndef-plus= \
205 '.ifndef VARIABLE_IFNDEF_PLUS && VARIABLE_IFNDEF_SECOND' \
209 # expect: Parse_PushInput: file variable-ifndef-plus.tmp, line 1
210 # expect: Parse_PushInput: file variable-ifndef-plus.tmp, line 1
222 # The variable name in an '.ifndef' guard must be given directly, it must not
224 CASES+= variable-ifndef-indirect
225 LINES.variable-ifndef-indirect= \
226 '.ifndef $${VARIABLE_IFNDEF_INDIRECT:L}' \
229 # expect: Parse_PushInput: file variable-ifndef-indirect.tmp, line 1
230 # expect: Parse_PushInput: file variable-ifndef-indirect.tmp, line 1
248 '.ifndef VARIABLE_ASSIGN_INDIRECT' \
258 '.ifndef VARIABLE_ASSIGN_LATE' \
269 '.ifndef VARIABLE_ASSIGN_NESTED' \
286 '.ifndef VARIABLE_ALREADY_DEFINED' \
299 '.ifndef VARIABLE_DEFINED_THEN_UNDEFINED' \
313 '.ifndef VARIABLE_TWO_TIMES_1' \
316 '.ifndef VARIABLE_TWO_TIMES_2' \
339 '.ifndef SWAPPED' \
349 '.ifndef VARIABLE_UNDEF_BETWEEN' \
361 '.ifndef VARIABLE_UNDEF_INSIDE' \
372 '.ifndef VARIABLE_NOT_DEFINED' \
380 '.ifndef ELIF' \
391 '.ifndef ELIF' \
401 '.ifndef ELSE' \
412 '.ifndef ELSE' \
423 '.ifndef INNER_IF_ELIF_ELSE' \
604 # If the '.if' or '.ifndef' directive spans more than a single line, it is
611 ' ifndef \' \