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
238 if( pParser ){ in ParseAlloc()
239 pParser->yyidx = -1; in ParseAlloc()
241 return pParser; in ParseAlloc()
276 yyStackEntry *yytos = &pParser->yystack[pParser->yyidx]; in yy_pop_parser_stack()
288 pParser->yyidx--; in yy_pop_parser_stack()
309 if( pParser==0 ) return; in ParseFree()
310 while( pParser->yyidx>=0 ) yy_pop_parser_stack(pParser); in ParseFree()
311 (*freeProc)((void*)pParser); in ParseFree()
327 int stateno = pParser->yystack[pParser->yyidx].stateno; in yy_find_shift_action()
[all …]