Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c151 int nrhs; /* Number of RHS symbols */ member
588 for(i=0; i<rp->nrhs; i++){
623 for(i=0; i<rp->nrhs; i++){
626 if( i==rp->nrhs ){
639 for(i=0; i<rp->nrhs; i++){
689 for(i=0; i<rp->nrhs; i++){
783 if( cfp->dot>=cfp->rp->nrhs ) continue; /* Can't shift this config */
792 if( bcfp->dot>=bcfp->rp->nrhs ) continue; /* Can't shift this one */
902 if( cfp->rp->nrhs==cfp->dot ){ /* Is dot at extreme right? */
1154 if( dot>=rp->nrhs ) continue;
[all …]
H A Dlempar.c435 unsigned char nrhs; /* Number of right-hand side symbols in the rule */ member
477 yysize = yyRuleInfo[yyruleno].nrhs; in yy_reduce()
/illumos-gate/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 …]