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

/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddomxpath.c92 tokens=(XPathTokens)REALLOC((char*)tokens, 2*allocated\
104 #define DeclProduction(name) static ast name (int *l,XPathTokens tokens,char **errMsg)
106 #define Production(name) static ast name (int *l,XPathTokens tokens,char **errMsg) \
186 typedef XPathToken *XPathTokens; typedef
669 static XPathTokens xpathLexer (
682 XPathTokens tokens;
686 tokens = (XPathTokens)MALLOC(INITIAL_SIZE * sizeof(XPathToken));
2112 XPathTokens tokens
2228 XPathTokens tokens;

Completed in 148 milliseconds