Lines Matching defs:else
202 # The guard condition must consist of only the guard variable, nothing else.
212 # The guard condition must consist of only the guard variable, nothing else.
398 # The outermost '.if' must not have an '.else' branch.
399 CASES+= else
400 LINES.else= \
401 '.ifndef ELSE' \
402 'ELSE=' \
403 '.else' \
405 # expect: Parse_PushInput: else.tmp:1
406 # expect: Parse_PushInput: else.tmp:1
408 # When a file with an '.if/.else/.endif' conditional at the top level is
410 CASES+= else-reuse
411 LINES.else-reuse= \
412 '.ifndef ELSE' \
414 '.else' \
416 # expect: Parse_PushInput: else-reuse.tmp:1
417 # expect: Parse_PushInput: else-reuse.tmp:1
419 # The inner '.if' directives may have an '.elif' or '.else', and it doesn't
421 CASES+= inner-if-elif-else
422 LINES.inner-if-elif-else= \
427 '. else' \
431 '. else' \
435 '. else' \
438 # expect: Parse_PushInput: inner-if-elif-else.tmp:1
439 # expect: Skipping 'inner-if-elif-else.tmp' because 'INNER_IF_ELIF_ELSE' is defined
547 # The guard condition must consist of only the guard target, nothing else.