Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dlemon.c4298 struct acttab *pActtab; in ReportTable() local
4543 acttab_action(pActtab, ap->sp->index, action); in ReportTable()
4545 stp->iTknOfst = acttab_insert(pActtab, 1); in ReportTable()
4557 stp->iNtOfst = acttab_insert(pActtab, 0); in ReportTable()
4563 for(jj=nn=0; jj<pActtab->nAction; jj++){ in ReportTable()
4564 if( pActtab->aAction[jj].action<0 ) nn++; in ReportTable()
4568 ax[i].nAction, pActtab->nAction, nn); in ReportTable()
4619 lemp->nactiontab = n = acttab_action_size(pActtab); in ReportTable()
4624 int action = acttab_yyaction(pActtab, i); in ReportTable()
4642 int la = acttab_yylookahead(pActtab, i); in ReportTable()
[all …]