Searched defs:pParser (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlempar.c239 yyParser *pParser; local
240 pParser = (yyParser*)(*mallocProc)( (size_t)sizeof(yyParser) );
241 if( pParser ){
242 pParser->yyidx = -1;
244 return pParser;
277 static int yy_pop_parser_stack(yyParser *pParser){ argument
279 yyStackEntry *yytos = &pParser->yystack[pParser->yyidx];
281 if( pParser->yyidx<0 ) return 0;
283 if( yyTraceFILE && pParser
311 yyParser *pParser = (yyParser*)p; local
325 yy_find_shift_action( yyParser *pParser, int iLookAhead ) argument
369 yy_find_reduce_action( yyParser *pParser, int iLookAhead ) argument
[all...]

Completed in 49 milliseconds