Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/tool/
H A Dlemon.c405 int nAction; /* Number of used slots in aAction[] */ member
420 #define acttab_size(X) ((X)->nAction)
490 if( p->nAction + n >= p->nActionAlloc ){ in acttab_insert()
492 p->nActionAlloc = p->nAction + n + p->nActionAlloc + 20; in acttab_insert()
512 for(i=0; i<p->nAction+p->mnLookahead; i++){ in acttab_insert()
520 for(j=0; j<p->nAction; j++){ in acttab_insert()
523 if( j==p->nAction ){ in acttab_insert()
530 if( k<0 || k>=p->nAction ) break; in acttab_insert()
536 for(j=0; j<p->nAction; j++){ in acttab_insert()
549 if( k>=p->nAction ) p->nAction = k+1; in acttab_insert()
[all …]