HomeSort by: relevance | last modified time | path
    Searched refs:elifndef (Results 1 - 6 of 6) 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/external/gpl3/gcc/dist/libgcc/
strub.c 123 #elifndef TARGET_STRUB_DISABLE_RED_ZONE
  /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);
  /src/external/gpl3/gcc/dist/libcpp/
directives.cc 75 #elifdef / #elifndef feature. */
158 D(elifndef, T_ELIFNDEF, STDC23, COND | ELIFDEF) \
2126 /* Handle a #elif, #elifdef or #elifndef directive by not changing if_stack
2153 /* In older GNU standards, #elifdef/#elifndef is supported
2193 /* In older GNU standards, #elifdef/#elifndef is supported
2227 /* Handle a #elifndef directive. */
  /src/external/gpl3/gcc.old/dist/libcpp/
directives.cc 75 #elifdef / #elifndef feature. */
158 D(elifndef, T_ELIFNDEF, STDC2X, COND | ELIFDEF) \
2100 /* Handle a #elif, #elifdef or #elifndef directive by not changing if_stack
2127 /* In older GNU standards, #elifdef/#elifndef is supported
2167 /* In older GNU standards, #elifdef/#elifndef is supported
2201 /* Handle a #elifndef directive. */

Completed in 28 milliseconds