Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dlemon.c680 int acttab_insert(acttab *p, int makeItSafe){ in acttab_insert() argument
710 end = makeItSafe ? p->mnLookahead : 0; in acttab_insert()
746 i = makeItSafe ? p->mnLookahead : 0; in acttab_insert()
777 if( makeItSafe && i+p->nterminal>=p->nAction ) p->nAction = i+p->nterminal+1; in acttab_insert()