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

/opensolaris-onvv-gate/usr/src/lib/libsqlite/tool/
H A Dlempar.c155 int yyidx; /* Index of top element in stack */ member in struct:yyParser
242 pParser->yyidx = -1;
279 yyStackEntry *yytos = &pParser->yystack[pParser->yyidx];
281 if( pParser->yyidx<0 ) return 0;
283 if( yyTraceFILE && pParser->yyidx>=0 ){
291 pParser->yyidx--;
313 while( pParser->yyidx>=0 ) yy_pop_parser_stack(pParser);
330 int stateno = pParser->yystack[pParser->yyidx].stateno;
332 /* if( pParser->yyidx<0 ) return YY_NO_ACTION; */
374 int stateno = pParser->yystack[pParser->yyidx]
[all...]

Completed in 96 milliseconds