Searched refs:ELSE (Results 1 – 25 of 47) sorted by relevance
12
/freebsd/crypto/openssl/Configurations/ |
H A D | INTERNALS.Configure | 27 # -2 positive already run and we found ELSE (following ELSIF should fail) 30 # 1 last was positive (don't skip lines until next ELSE, ELSIF or ENDIF) 31 # 2 positive ELSE (following ELSIF should fail) 34 stack top is > 0. Condition lines (IF, ELSIF, ELSE and ENDIF 49 | ELSE | 1 -2 | | 59 | ELSE | -1 -2 | | 73 | ELSE | 0 -2 | | 83 | ELSE | 1 -2 | | 97 | ELSE | 0 -2 | | 107 | ELSE | 1 -2 | | [all …]
|
/freebsd/contrib/byacc/test/btyacc/ |
H A D | btyacc_demo.output | 83 53 statement : IF '(' $$6 expr ')' THEN $$8 statement ELSE $$9 statement 1012 statement : IF . '(' $$6 expr ')' THEN $$8 statement ELSE $$9 statement (53) 1058 statement : IF '(' . $$6 expr ')' THEN $$8 statement ELSE $$9 statement (53) 1080 statement : IF '(' $$6 . expr ')' THEN $$8 statement ELSE $$9 statement (53) 1097 statement : IF '(' $$6 expr . ')' THEN $$8 statement ELSE $$9 statement (53) 1110 statement : IF '(' $$6 expr ')' . THEN $$8 statement ELSE $$9 statement (53) 1118 statement : IF '(' $$6 expr ')' THEN . $$8 statement ELSE $$9 statement (53) 1129 statement : IF '(' $$6 expr ')' THEN $$8 . statement ELSE $$9 statement (53) 1158 96: shift/reduce conflict (shift 97, reduce 54) on ELSE 1160 statement : IF '(' $$6 expr ')' THEN $$8 statement . ELSE $$9 statement (53) [all …]
|
H A D | btyacc_demo.tab.h | 15 #define ELSE 268 macro
|
/freebsd/contrib/libucl/ |
H A D | CMakeLists.txt | 93 ELSE(ENABLE_LUAJIT MATCHES "ON") 127 ELSE(ENABLE_LUAJIT MATCHES "ON") 154 ELSE(LIBFETCH_LIBRARY) 256 ELSE(NOT LUA_FOUND) 259 ELSE(ENABLE_LUAJIT MATCHES "ON") 266 ELSE(NOT LUA_FOUND) 275 ELSE(ENABLE_LUAJIT MATCHES "ON") 290 ELSE(HAVE_FETCH_H)
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | Makefile.nmake | 18 !ELSE 43 !ELSE 79 !ELSE
|
/freebsd/contrib/libevent/ |
H A D | Makefile.nmake | 18 !ELSE 43 !ELSE 79 !ELSE
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | sources | 9 !ELSE 20 !ELSE
|
/freebsd/contrib/ntp/sntp/ag-tpl/0-old/ |
H A D | cmd-doc.tlib | 199 ELSE \:+] 232 ELSE :+][+: CASE 292 ELSE section 5, not command :+][+: 336 ELSE file exists :+][+: 460 ELSE :+][+: 464 ELSE :+] 604 ELSE :+].[+: 810 ELSE \:+] 814 ELSE value does not exist -- named option only :+][+: 818 ELSE \:+] [all …]
|
H A D | mdoc-synopsis.tlib | 13 [+: ELSE no long options: :+]
|
/freebsd/crypto/openssl/VMS/ |
H A D | openssl_utils.com.in | 12 $ ELSE
|
H A D | openssl_shutdown.com.in | 22 $ ELSE
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | build.info | 30 ELSE 38 ELSE 60 ELSE
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | user-libtirpc.m4 | 25 ],[dnl ELSE
|
H A D | find_system_library.m4 | 92 ],[dnl ELSE
|
/freebsd/contrib/byacc/test/ |
H A D | btyacc_demo.y | 54 %token EXTERN REGISTER STATIC CONST VOLATILE IF THEN ELSE CLCL 185 | IF '(' expr($e) ')' THEN statement($e) ELSE statement($e) [YYVALID;]
|
/freebsd/contrib/unifdef/tests/ |
H A D | recursive.experr | 57 unifdef: process line 10 ELSE -> PASS_ELSE depth 1 103 unifdef: process line 18 ELSE -> PASS_ELSE depth 1
|
/freebsd/contrib/ntp/sntp/libevent/cmake/ |
H A D | CheckFileOffsetBits.cmake | 37 ELSE(NOT __WITHOUT_FILE_OFFSET_BITS_64 AND __WITH_FILE_OFFSET_BITS_64)
|
/freebsd/crypto/openssl/providers/implementations/digests/ |
H A D | build.info | 20 ELSE
|
/freebsd/contrib/libevent/cmake/ |
H A D | CheckFileOffsetBits.cmake | 37 ELSE(NOT __WITHOUT_FILE_OFFSET_BITS_64 AND __WITH_FILE_OFFSET_BITS_64)
|
/freebsd/contrib/googletest/ci/ |
H A D | windows-presubmit.bat | 16 ) ELSE IF EXIST github\googletest (
|
/freebsd/crypto/openssl/doc/internal/man7/ |
H A D | build.info.pod | 13 B<ELSE> 240 =item B<ELSE> 314 ELSE 333 between this B<IF> and the next corresponding B<ELSIF> or B<ELSE> 339 or B<ELSE>, at which point processing continues. 341 =item B<ELSE> 349 This is B<ELSE> and B<IF> combined.
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | Makefile.nmake | 7 !ELSE
|
/freebsd/contrib/libevent/test/ |
H A D | Makefile.nmake | 7 !ELSE
|
/freebsd/contrib/one-true-awk/ |
H A D | lex.c | 59 { "else", ELSE, ELSE },
|
/freebsd/crypto/openssl/engines/ |
H A D | build.info | 30 ELSE
|
12