Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/tool/
H A Dlemon.c411 *aLookahead; /* A single new transaction set */ member
431 free( p->aLookahead ); in acttab_free()
451 p->aLookahead = realloc( p->aLookahead, in acttab_action()
452 sizeof(p->aLookahead[0])*p->nLookaheadAlloc ); in acttab_action()
453 if( p->aLookahead==0 ){ in acttab_action()
469 p->aLookahead[p->nLookahead].lookahead = lookahead; in acttab_action()
470 p->aLookahead[p->nLookahead].action = action; in acttab_action()
515 k = p->aLookahead[j].lookahead - p->mnLookahead + i; in acttab_insert()
529 k = p->aLookahead[j].lookahead - p->mnLookahead + i; in acttab_insert()
531 if( p->aLookahead[j].lookahead!=p->aAction[k].lookahead ) break; in acttab_insert()
[all …]