Lines Matching refs:stateno
141 int stateno; /* The state-number */ member
327 int stateno = pParser->yystack[pParser->yyidx].stateno; in yy_find_shift_action() local
330 i = yy_shift_ofst[stateno]; in yy_find_shift_action()
332 return yy_default[stateno]; in yy_find_shift_action()
352 return yy_default[stateno]; in yy_find_shift_action()
371 int stateno = pParser->yystack[pParser->yyidx].stateno; in yy_find_reduce_action() local
373 i = yy_reduce_ofst[stateno]; in yy_find_reduce_action()
375 return yy_default[stateno]; in yy_find_reduce_action()
382 return yy_default[stateno]; in yy_find_reduce_action()
415 yytos->stateno = yyNewState; in yy_shift()
576 yypParser->yystack[0].stateno = 0; in Parse()