Searched refs:SWITCH (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.9.5/shell_cmds-175/locate/locate/
H A Dlocate.h43 #define SWITCH 30 /* switch code */ macro
H A Dfastfind.c64 if (c == SWITCH) {
71 for (p = path + count; (c = getc(fp)) > SWITCH; size++)
208 if (c == SWITCH) { /* big step, an integer */
241 * <= SWITCH: offset
245 * offset < SWITCH < UMLAUT < ascii < PARITY < bigram
258 break; /* SWITCH */
/macosx-10.9.5/shell_cmds-175/locate/code/
H A Dlocate.code.c180 if (*cp == SWITCH)
199 if (putchar(SWITCH) == EOF ||
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dcfparse.y211 %token NUMBER SWITCH BOOLEAN
219 %type <num> NUMBER BOOLEAN SWITCH keylength
281 : COMPLEX_BUNDLE SWITCH { lcconf->complex_bundle = $2; } EOS
351 : PAD_RANDOMIZE SWITCH { lcconf->pad_random = $2; } EOS
352 | PAD_RANDOMIZELEN SWITCH { lcconf->pad_randomlen = $2; } EOS
354 | PAD_STRICT SWITCH { lcconf->pad_strict = $2; } EOS
355 | PAD_EXCLTAIL SWITCH { lcconf->pad_excltail = $2; } EOS
647 | CFG_SAVE_PASSWD SWITCH
1497 | VERIFY_CERT SWITCH { cur_rmconf->verify_cert = $2; } EOS
1498 | SEND_CERT SWITCH { cur_rmcon
[all...]
H A Dcftoken.l408 on { YYD; yylval.num = TRUE; return(SWITCH); }
409 off { YYD; yylval.num = FALSE; return(SWITCH); }
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DParserTokens.h68 SWITCH, enumerator in enum:JSC::JSTokenType
H A DParser.h590 case SWITCH:
H A DParser.cpp588 ASSERT(match(SWITCH));
769 case SWITCH:
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/Resolver/
H A DBase.pm252 SWITCH: { label
255 last SWITCH;
260 last SWITCH;
269 last SWITCH;
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DDirective.pm579 # switch($expr, \@case) [% SWITCH %]
602 last SWITCH;
613 # SWITCH
617 SWITCH: { label
H A DGrammar.pm50 IF UNLESS ELSE ELSIF FOR NEXT WHILE SWITCH CASE META IN
163 'SWITCH' => 54,
542 'SWITCH' => 54,
1181 'SWITCH' => 54,
1309 'SWITCH' => 54,
1373 'SWITCH' => 54,
2181 'SWITCH' => 54,
2400 'SWITCH' => 54,
2661 'SWITCH' => 54,
2757 'SWITCH'
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DDirective.pm579 # switch($expr, \@case) [% SWITCH %]
602 last SWITCH;
613 # SWITCH
617 SWITCH: { label
H A DGrammar.pm50 IF UNLESS ELSE ELSIF FOR NEXT WHILE SWITCH CASE META IN
163 'SWITCH' => 54,
542 'SWITCH' => 54,
1181 'SWITCH' => 54,
1309 'SWITCH' => 54,
1373 'SWITCH' => 54,
2181 'SWITCH' => 54,
2400 'SWITCH' => 54,
2661 'SWITCH' => 54,
2757 'SWITCH'
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DJavaScriptFormatter.js176 ["FOR", "for"], ["FUNCTION", "function"], ["IF", "if"], ["NEW", "new"], ["RETURN", "return"], ["SWITCH", "switch"], ["THIS", "this"], ["THROW", "throw"], ["TRY", "try"], ["VAR", "var"],
336 case Tokens.SWITCH:
502 this._expect(Tokens.SWITCH);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmush.vim106 syntax keyword mushAtCommandList contained @SHUTDOWN @SITELOCK @SNOOP @SQL @SQUOTA @STATS @SWITCH @SWEEP @SWITCH @TELEPORT
H A Dchill.vim25 syn keyword chillConditional if IF else ELSE elsif ELSIF switch SWITCH THEN then FI fi
H A Dfgl.vim84 syn keyword fglKeyword SUBCLASS_ORIGIN SUM SWITCH SYNONYM SYSTEM
H A Domnimark.vim62 syn keyword omnimarkCommands SILENT-REFERENT SIZE SKIP SOURCE SPECIFIED STATUS STREAM SUBDOC-ENTITY SUBDOCUMENT SUBDOCUMENTS SUBELEMENT SWITCH SYMBOL SYSTEM
H A Didlang.vim192 syn keyword idlangRoutine SWAP_ENDIAN SWITCH SYSTIME T_CVF T_PDF T3D
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/
H A DTemplate.pm782 =head2 SWITCH / CASE
786 [% SWITCH variable %]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/
H A DTemplate.pm782 =head2 SWITCH / CASE
786 [% SWITCH variable %]
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Debrowse.c186 SWITCH, /* switch */ enumerator in enum:token
2151 case SWITCH: return "switch";
2314 insert_keyword ("switch", SWITCH);
/macosx-10.9.5/CPANInternal-140/Parse-Yapp/t/
H A Dstress.t156 %token SIZEOF ENUM /* STRUCT UNION */ IF ELSE WHILE DO FOR SWITCH CASE DEFAULT
1794 | SWITCH
/macosx-10.9.5/CPANInternal-140/Parse-Yapp-1.05/t/
H A Dstress.t156 %token SIZEOF ENUM /* STRUCT UNION */ IF ELSE WHILE DO FOR SWITCH CASE DEFAULT
1794 | SWITCH
/macosx-10.9.5/CPANInternal-140/TermReadKey/
H A DReadKey.pm183 SWITCH

Completed in 374 milliseconds

12