Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/tool/
H A Dlemon.c154 int nrhs; /* Number of RHS symbols */ member
591 for(i=0; i<rp->nrhs; i++){
626 for(i=0; i<rp->nrhs; i++){
629 if( i==rp->nrhs ){
642 for(i=0; i<rp->nrhs; i++){
692 for(i=0; i<rp->nrhs; i++){
786 if( cfp->dot>=cfp->rp->nrhs ) continue; /* Can't shift this config */
795 if( bcfp->dot>=bcfp->rp->nrhs ) continue; /* Can't shift this one */
905 if( cfp->rp->nrhs==cfp->dot ){ /* Is dot at extreme right? */
1157 if( dot>=rp->nrhs ) continue;
[all …]
H A Dlempar.c438 unsigned char nrhs; /* Number of right-hand side symbols in the rule */ member
480 yysize = yyRuleInfo[yyruleno].nrhs; in yy_reduce()
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.c381 struct node *nrhs; in nv_instantiate() local
390 nrhs = newnode(T_SERD, orhs->file, orhs->line); in nv_instantiate()
391 nrhs->u.stmt.np = tevent_dup_to_epname(orhs, pd->epname); in nv_instantiate()
392 nrhs->u.stmt.lutp = props2instance(orhs, pd->epname); in nv_instantiate()
393 pd->props = lut_add(pd->props, name, nrhs, NULL); in nv_instantiate()
399 nrhs = newnode(T_NUM, orhs->file, orhs->line); in nv_instantiate()
400 nrhs->u.ull = orhs->u.ull; in nv_instantiate()
401 pd->props = lut_add(pd->props, name, nrhs, NULL); in nv_instantiate()
404 nrhs = newnode(T_TIMEVAL, orhs->file, orhs->line); in nv_instantiate()
405 nrhs->u.ull = orhs->u.ull; in nv_instantiate()
[all …]