Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dlempar.c709 int yyLookahead, /* Lookahead token, or YYNOCODE if none */ in yy_reduce() argument
718 (void)yyLookahead; in yy_reduce()
/sqlite-3.40.0/src/
H A Dparse.y345 assert( yyLookahead!=YYNOCODE ); in scanpt()
349 assert( yyLookahead!=YYNOCODE ); in scantok()