HomeSort by: relevance | last modified time | path
    Searched refs:elifndef (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/make/unit-tests/
directive-elifndef.mk 1 # $NetBSD: directive-elifndef.mk,v 1.3 2022/01/22 21:50:41 rillig Exp $
3 # Tests for the .elifndef directive, which is an obscure form of writing the
6 # At this point, VAR is not yet defined, and due to the 'n' in 'elifndef' the
9 .elifndef VAR && VAR || VAR
16 # At this point, VAR is defined, and due to the 'n' in 'elifndef' the
19 .elifndef VAR && VAR || VAR
Makefile 176 TESTS+= directive-elifndef
  /src/usr.bin/config/
scan.l 248 <*>{WS}elifndef[ \t]+{WORD}{RESTOFLINE} {
250 IDS_ENTER(elifndef, st);
252 yyerror("mismatched elifndef");
262 IDS_EXIT(elifndef, st);

Completed in 14 milliseconds