Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlempar.c152 int yyidx; /* Index of top element in stack */ member
239 pParser->yyidx = -1; in ParseAlloc()
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()
310 while( pParser->yyidx>=0 ) yy_pop_parser_stack(pParser); in ParseFree()
327 int stateno = pParser->yystack[pParser->yyidx].stateno; in yy_find_shift_action()
371 int stateno = pParser->yystack[pParser->yyidx].stateno; in yy_find_reduce_action()
398 yypParser->yyidx++; in yy_shift()
[all …]