Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dlemon.c612 #define acttab_yylookahead(X,N) ((X)->aAction[N].lookahead) macro
4642 int la = acttab_yylookahead(pActtab, i); in ReportTable()