Searched refs:ELSE (Results 1 – 25 of 71) sorted by relevance
123
| /openbsd/src/regress/usr.bin/dc/ |
| D | t11.out | 1 ELSE 2 ELSE 4 ELSE 6 ELSE
|
| D | t11.in | 2 [[ELSE]p]sb
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | configure.com | 476 $ ELSE 497 $ ELSE 522 $ ELSE 526 $ ELSE 545 $ ELSE basename = basename + dot_ele + "_" 1014 $ ELSE 1170 $ ELSE 1175 $ ELSE 1382 $ ELSE 1401 $ ELSE [all …]
|
| /openbsd/src/gnu/usr.bin/perl/win32/ |
| D | Makefile | 196 !ELSE 324 ! ELSE 345 !ELSE 363 !ELSE 375 ! ELSE 378 !ELSE 383 ! ELSE 418 !ELSE 456 !ELSE 491 !ELSE [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/ |
| D | fixincl.tpl | 49 ELSE =] 70 ELSE =] 124 ELSE =] 207 ELSE =]FD_MACH_ONLY[=
|
| D | check.tpl | 87 ELSE =] 91 ELSE =]testing.h[=
|
| /openbsd/src/gnu/gcc/fixincludes/ |
| D | fixincl.tpl | 53 ELSE =] 74 ELSE =] 128 ELSE =] 211 ELSE =]FD_MACH_ONLY[=
|
| D | check.tpl | 87 ELSE =] 91 ELSE =]testing.h[=
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/ |
| D | Makefile.tpl | 391 "`echo '[+flag+]=$([+flag+])' | sed -e s'/[^=][^=]*=$$/XFOO=/'`"[+ ELSE optional +] \ 730 @if [+prefix+][+module+][+ ELSE bootstrap +] 816 IF target +][+target+][+ ELSE +]all[+ ENDIF target +] 823 @if [+prefix+][+module+][+ ELSE bootstrap +] 912 [+ ELSE check +] 929 [+ ELSE install +] 949 [+ ELSE +] 954 @[+ IF bootstrap +][+ ELSE +]: $(MAKE); $(unstage) 989 [+ ELSE +] 1007 [+ ELSE check +] [all …]
|
| /openbsd/src/bin/ksh/ |
| D | lex.h | 66 #define ELSE 262 macro
|
| D | syn.c | 459 case ELSE: in elsepart() 635 { "else", ELSE, true },
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
| D | callbacks.t | 74 ELSE => sub {
|
| /openbsd/src/gnu/usr.bin/binutils/ |
| D | Makefile.tpl | 550 [+ ELSE +] 580 [+ ELSE +] 911 [+ ELSE check +] 926 [+ ELSE install +] 966 ELSE normal_cxx +] 1036 [+ ELSE check +] 1054 [+ ELSE install +]
|
| /openbsd/src/usr.sbin/btrace/ |
| D | bt_parse.y | 122 %token <v.i> BUILTIN BEGIN ELSE END IF STR 252 | IF '(' expr ')' block ELSE block { $$ = bt_new($3, $5, $7); } 253 | IF '(' expr ')' block ELSE stmtblck { $$ = bt_new($3, $5, $7); } 764 { "else", ELSE, 0 }, in lookup()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/treelang/ |
| D | lex.l | 204 SAVE_RETURN (ELSE);
|
| /openbsd/src/gnu/gcc/gcc/treelang/ |
| D | lex.l | 204 SAVE_RETURN (ELSE);
|
| D | parse.y | 118 %token ELSE 507 ELSE {
|
| /openbsd/src/usr.bin/awk/ |
| D | lex.c | 60 { "else", ELSE, ELSE },
|
| D | awkgram.y | 61 %token <p> ELSE INTEST CONDEXPR 122 ELSE | else NL
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/f/ |
| D | str-1t.fin | 55 Else ELSE
|
| /openbsd/src/gnu/usr.bin/perl/t/op/ |
| D | goto.t | 613 goto ELSE; 615 ELSE: is($global, "unmodified");
|
| /openbsd/src/usr.bin/bc/ |
| D | scan.l | 126 "else" return ELSE;
|
| D | bc.y | 138 %token CONTINUE ELSE PRINT 323 opt_statement ELSE alloc_macro pop_nesting opt_statement
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | ada-exp.y | 197 %left _AND_ OR XOR THEN ELSE 432 exp : exp OR ELSE exp
|
| /openbsd/src/usr.bin/tmux/ |
| D | cmd-parse.y | 118 %token ELSE 272 if_else : ELSE 1359 return (ELSE); in yylex()
|
123