Searched refs:firstToken (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DTokenStreamRewriteEngine.cpp113 size_t firstToken,
130 size_t tokenCursor = firstToken;
111 toStream( std::ostream& out, const std::string& programName, size_t firstToken, size_t lastToken ) const argument
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DTokenStreamRewriteEngine.hpp373 size_t firstToken, size_t lastToken ) const; variable
/macosx-10.10.1/libxml2-26/libxml2/
H A Drngparser.c80 int firstToken; member in struct:_xmlCRelaxNGParserCtxt
256 token = &(ctxt->tokens[(ctxt->firstToken + ctxt->nbTokens) % MAX_TOKEN]);
390 ret = &(ctxt->tokens[(ctxt->firstToken + no) % MAX_TOKEN]);
407 ctxt->firstToken++;
414 ctxt->firstToken = ctxt->firstToken % MAX_TOKEN;
1460 ctxt.firstToken = 0;
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclNamesp.c1432 Tcl_Command firstToken = (Tcl_Command) dataPtr->realCmdPtr;
1433 if (firstToken == origin) {
1436 Tcl_GetCommandInfoFromToken(firstToken, &info);
1440 origin = firstToken;
1419 Tcl_Command firstToken = (Tcl_Command) dataPtr->realCmdPtr; local
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclNamesp.c1818 Tcl_Command firstToken = (Tcl_Command) dataPtr->realCmdPtr;
1820 if (firstToken == origin) {
1823 Tcl_GetCommandInfoFromToken(firstToken, &info);
1827 origin = firstToken;
1799 Tcl_Command firstToken = (Tcl_Command) dataPtr->realCmdPtr; local

Completed in 141 milliseconds