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

  /src/usr.bin/make/unit-tests/
directive-include-guard.mk 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:
    [all...]
directive-include-guard.mk 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:
    [all...]

Completed in 209 milliseconds