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

  /src/bin/ksh/
lex.h 85 #define ELIF 263
syn.c 473 case ELIF:
655 { "elif", ELIF, true },
  /src/external/bsd/tmux/dist/
cmd-parse.y 110 } elif;
119 %token ELIF
127 %type <elif> elif elif1
284 if_elif : ELIF expanded
326 | if_open '\n' statements elif if_close
340 | if_open '\n' statements elif if_else '\n' statements if_close
357 elif : if_elif '\n' statements label
368 | if_elif '\n' statements elif
1360 if (strcmp(yylval.token, "%elif") == 0)
    [all...]
  /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...]

Completed in 28 milliseconds