Home
last modified time | relevance | path

Searched refs:pParser (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlempar.c236 yyParser *pParser; in ParseAlloc() local
237 pParser = (yyParser*)(*mallocProc)( (size_t)sizeof(yyParser) ); in ParseAlloc()
238 if( pParser ){ in ParseAlloc()
239 pParser->yyidx = -1; in ParseAlloc()
241 return pParser; in ParseAlloc()
274 static int yy_pop_parser_stack(yyParser *pParser){ in yy_pop_parser_stack() argument
276 yyStackEntry *yytos = &pParser->yystack[pParser->yyidx]; in yy_pop_parser_stack()
278 if( pParser->yyidx<0 ) return 0; in yy_pop_parser_stack()
280 if( yyTraceFILE && pParser->yyidx>=0 ){ in yy_pop_parser_stack()
288 pParser->yyidx--; in yy_pop_parser_stack()
[all …]