Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsqlite/tool/
H A Dlempar.c239 yyParser *pParser; in ParseAlloc() local
240 pParser = (yyParser*)(*mallocProc)( (size_t)sizeof(yyParser) ); in ParseAlloc()
241 if( pParser ){ in ParseAlloc()
242 pParser->yyidx = -1; in ParseAlloc()
244 return pParser; in ParseAlloc()
277 static int yy_pop_parser_stack(yyParser *pParser){ in yy_pop_parser_stack() argument
279 yyStackEntry *yytos = &pParser->yystack[pParser->yyidx]; in yy_pop_parser_stack()
281 if( pParser->yyidx<0 ) return 0; in yy_pop_parser_stack()
283 if( yyTraceFILE && pParser->yyidx>=0 ){ in yy_pop_parser_stack()
291 pParser->yyidx--; in yy_pop_parser_stack()
[all …]