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

  /src/usr.bin/make/unit-tests/
directive-include-guard.mk 377 # The outermost '.if' must not have an '.elif' branch.
378 CASES+= elif
379 LINES.elif= \
380 '.ifndef ELIF' \
381 'ELIF=' \
382 '.elif 1' \
384 # expect: Parse_PushInput: elif.tmp:1
385 # expect: Parse_PushInput: elif.tmp:1
387 # When a file with an '.if/.elif/.endif' conditional at the top level is
389 CASES+= elif-reus
    [all...]
directive-include-guard.mk 377 # The outermost '.if' must not have an '.elif' branch.
378 CASES+= elif
379 LINES.elif= \
380 '.ifndef ELIF' \
381 'ELIF=' \
382 '.elif 1' \
384 # expect: Parse_PushInput: elif.tmp:1
385 # expect: Parse_PushInput: elif.tmp:1
387 # When a file with an '.if/.elif/.endif' conditional at the top level is
389 CASES+= elif-reus
    [all...]

Completed in 22 milliseconds