Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dlempar.c485 int stateno, iLookAhead, i; in ParseCoverage() local
487 for(stateno=0; stateno<YYNSTATE; stateno++){ in ParseCoverage()
488 i = yy_shift_ofst[stateno]; in ParseCoverage()
513 if( stateno>YY_MAX_SHIFT ) return stateno; in yy_find_shift_action()
519 i = yy_shift_ofst[stateno]; in yy_find_shift_action()
560 return yy_default[stateno]; in yy_find_shift_action()
578 if( stateno>YY_REDUCE_COUNT ){ in yy_find_reduce_action()
579 return yy_default[stateno]; in yy_find_reduce_action()
584 i = yy_reduce_ofst[stateno]; in yy_find_reduce_action()
589 return yy_default[stateno]; in yy_find_reduce_action()
[all …]