Lines Matching refs:stateno
144 int stateno; /* The state-number */
330 int stateno = pParser->yystack[pParser->yyidx].stateno;
333 i = yy_shift_ofst[stateno];
335 return yy_default[stateno];
355 return yy_default[stateno];
374 int stateno = pParser->yystack[pParser->yyidx].stateno;
376 i = yy_reduce_ofst[stateno];
378 return yy_default[stateno];
385 return yy_default[stateno];
418 yytos->stateno = yyNewState;
579 yypParser->yystack[0].stateno = 0;