Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsqlite/tool/
H A Dlempar.c144 int stateno; /* The state-number */ member
330 int stateno = pParser->yystack[pParser->yyidx].stateno; in yy_find_shift_action() local
333 i = yy_shift_ofst[stateno]; in yy_find_shift_action()
335 return yy_default[stateno]; in yy_find_shift_action()
355 return yy_default[stateno]; in yy_find_shift_action()
374 int stateno = pParser->yystack[pParser->yyidx].stateno; in yy_find_reduce_action() local
376 i = yy_reduce_ofst[stateno]; in yy_find_reduce_action()
378 return yy_default[stateno]; in yy_find_reduce_action()
385 return yy_default[stateno]; in yy_find_reduce_action()
418 yytos->stateno = yyNewState; in yy_shift()
[all …]