HomeSort by: relevance | last modified time | path
    Searched refs:ELSE (Results 1 - 25 of 73) sorted by relevancy

1 2 3

  /src/external/bsd/iscsi/dist/include/
parameters.h 155 #define PARAM_LIST_DESTROY(LIST, ELSE) \
158 ELSE; \
161 #define PARAM_LIST_ADD(LIST, TYPE, KEY, DFLT, VALID, ELSE) \
164 ELSE; \
167 #define PARAM_TEXT_ADD(LIST, KEY, VAL, TEXT, LEN, SIZE, OFFER, ELSE ) \
170 ELSE; \
173 #define PARAM_TEXT_PARSE(LIST, CRED, TEXT, LEN, TEXT_OUT, LEN_OUT, SIZE, OFFER, ELSE ) \
176 ELSE; \
iscsiutil.h 308 #define ISCSI_LOCK(M, ELSE) do { \
311 ELSE; \
315 #define ISCSI_UNLOCK(M, ELSE) do { \
318 ELSE; \
322 #define ISCSI_MUTEX_INIT(M, ELSE) do { \
325 ELSE; \
329 #define ISCSI_MUTEX_DESTROY(M, ELSE) do { \
332 ELSE; \
347 #define ISCSI_COND_INIT(C, ELSE) do { \
349 ELSE; \
    [all...]
  /src/external/public-domain/sqlite/dist/
Makefile.msc 239 !ELSE
256 !ELSE
266 !ELSE
276 !ELSE
287 !ELSE
344 !ELSE
433 !ELSE
474 !ELSE
504 !ELSE
528 !ELSE
    [all...]
  /src/external/bsd/byacc/dist/test/btyacc/
btyacc_demo.tab.h 17 #define ELSE 268
  /src/external/bsd/flex/dist/examples/manual/
pascal.lex 63 else return(ELSE);
  /src/bin/ksh/
lex.h 84 #define ELSE 262
  /src/games/warp/
warp.h 61 # else
116 #else
130 #else
136 #else
160 #else
163 # else
242 # define ELSE else
243 # else /* !TERSE */
245 # define ELSE
    [all...]
sig.c 78 #else
81 else {
173 else if (smarts < 35)
175 else
186 ELSE
  /src/external/gpl2/xcvs/dist/diff/
libdiff.mak 24 !ELSE
40 !ELSE
48 !ELSE
143 !ELSE
151 !ELSE
240 !ELSE
  /src/external/bsd/byacc/dist/test/
btyacc_demo.y 56 %token EXTERN REGISTER STATIC CONST VOLATILE IF THEN ELSE CLCL
187 | IF '(' expr($e) ')' THEN statement($e) ELSE statement($e) [YYVALID;]
  /src/external/gpl3/binutils/dist/zlib/contrib/masmx64/
gvmat64.asm 80 ELSE
161 ELSE
222 ELSE
261 ELSE
286 ELSE
522 ELSE
  /src/external/gpl3/binutils.old/dist/zlib/contrib/masmx64/
gvmat64.asm 80 ELSE
161 ELSE
222 ELSE
261 ELSE
286 ELSE
522 ELSE
  /src/external/gpl3/gdb/dist/zlib/contrib/masmx64/
gvmat64.asm 80 ELSE
161 ELSE
222 ELSE
261 ELSE
286 ELSE
522 ELSE
  /src/external/gpl3/gdb.old/dist/zlib/contrib/masmx64/
gvmat64.asm 80 ELSE
161 ELSE
222 ELSE
261 ELSE
286 ELSE
522 ELSE
  /src/external/historical/nawk/dist/
lex.c 63 { "else", ELSE, ELSE },
138 else {
146 } else { /* maybe it's a number, but could be . */
156 else {
167 } else { /* some prefix was a number */
212 else
244 } else if (peek() == '\r') {
247 } else {
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/perlasm/
x86masm.pl 61 else { $post=$addr; }
70 else
96 ELSE
113 else { $func.=" PRIVATE\n"; }
  /src/crypto/external/bsd/openssl/dist/crypto/perlasm/
x86masm.pl 61 else { $post=$addr; }
70 else
96 ELSE
113 else { $func.=" PRIVATE\n"; }
  /src/crypto/external/bsd/openssl.old/dist/crypto/perlasm/
x86masm.pl 61 else { $post=$addr; }
70 else
96 ELSE
113 else { $func.=" PRIVATE\n"; }
  /src/external/mpl/dhcp/dist/includes/
dhctoken.h 148 ELSE = 344,
  /src/external/mpl/dhcp/dist/keama/
dhctoken.h 152 ELSE = 344,
  /src/external/gpl3/binutils/dist/gas/
configure.com 199 ELSE;
  /src/external/gpl3/binutils/dist/zlib/contrib/masmx86/
match686.asm 101 ELSE
195 ELSE
463 ELSE
471 ELSE
  /src/external/gpl3/binutils.old/dist/gas/
configure.com 199 ELSE;
  /src/external/gpl3/binutils.old/dist/zlib/contrib/masmx86/
match686.asm 101 ELSE
195 ELSE
463 ELSE
471 ELSE
  /src/external/gpl3/gdb/dist/zlib/contrib/masmx86/
match686.asm 101 ELSE
195 ELSE
463 ELSE
471 ELSE

Completed in 54 milliseconds

1 2 3