Searched refs:TOKEN (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Dmkpod26 $TOKEN = '##' ;
65 if ($line =~ /^$TOKEN\s*BEGIN\s+(\w+)\s*$/ or
66 $line =~ m[\s*/\*$TOKEN\s*BEGIN\s+(\w+)\s*$] )
72 elsif ($line =~ /^$TOKEN\s*END\s+(\w+)\s*$/ or
73 $line =~ m[^\s*/\*$TOKEN\s*END\s+(\w+)\s*$] )
129 if ( $line =~ /^\s*$TOKEN\s*(\w+)\s*$/)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DMismatchedTokenException.hpp101 static const int TOKEN = 1; member in class:antlr::MismatchedTokenException
109 TOKEN = 1, enumerator in enum:antlr::MismatchedTokenException::__anon4380
122 /// For TOKEN/NOT_TOKEN and RANGE/NOT_RANGE
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DMismatchedTokenException.cpp55 , mismatchType(matchNot ? NOT_TOKEN : TOKEN)
113 , mismatchType(matchNot ? NOT_TOKEN : TOKEN)
143 case TOKEN:
186 const int MismatchedTokenException::TOKEN; member in class:antlr::MismatchedTokenException
/macosx-10.10/CPANInternal-159.1/Parse-Yapp-1.05/lib/Parse/Yapp/
H A DDriver.pm42 TOKEN => \$token,
145 and ${$$self{TOKEN}}=$_[0];
146 ${$$self{TOKEN}};
231 = @$self{ 'ERRST', 'NBERR', 'TOKEN', 'VALUE', 'STACK', 'CHECK', 'DOTPOS' };
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/sasl/
H A Dgtoken.tcl3 # This is an implementation of Google's X-GOOGLE-TOKEN authentication
41 return -code error "unexpected state: X-GOOGLE-TOKEN has only 1 step"
85 ::SASL::register X-GOOGLE-TOKEN 40 ::SASL::XGoogleToken::client
/macosx-10.10/vim-55/runtime/syntax/
H A Dantlr.vim53 syn keyword antlrActionToken TOKEN SKIP MORE SPECIAL_TOKEN
H A Djavacc.vim54 syn keyword javaccActionToken TOKEN SKIP MORE SPECIAL_TOKEN
H A Domnimark.vim63 syn keyword omnimarkCommands TEXT-MODE THIS TIMES TOKEN TRUE
/macosx-10.10/shell_cmds-179/expr/
H A Dexpr.y93 %token <val> TOKEN
100 expr: TOKEN
256 return (TOKEN);
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Debnf-yac.el99 "List of `%TOKEN' names.")
370 ;; %% and Yacc pragmas (%TOKEN, %START, etc).
378 ;; %TOKEN, %RIGHT, %LEFT, %PREC, %NONASSOC
380 '(("TOKEN" . yac-token)
/macosx-10.10/SmartcardCCID-55008/ccid/ccid/readers/
H A Dsupported_readers.txt318 0x1A74:0xB111:OBERTHUR TECHNOLOGIES ID-ONE TOKEN SLIM v2
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/page/
H A Dparse.y25 if( TOKEN.z[0] ){
26 sqlite3ErrorMsg(pParse, "near \"%T\": syntax error", &TOKEN);
/macosx-10.10/emacs-93/emacs/src/
H A Dimage.c3136 #define expect(TOKEN) \
3137 if (LA1 != (TOKEN)) \
4336 #define expect(TOKEN) \
4337 if (LA1 != (TOKEN)) \
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DgenSCPreferences.c451 #define TOKEN "Token" macro
954 { SC_10_5, NETVAL PPP AUTH PASSWORD ENCRYPTION, TOKEN, NULL, NULL },
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/
H A Dantlr.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c108772 #define TOKEN macro
[all...]

Completed in 626 milliseconds