Searched refs:nrhs (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libsqlite/tool/ |
H A D | lemon.c | 154 int nrhs; /* Number of RHS symbols */ member in struct:rule 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 ) continu 1889 int nrhs; /* Number of right-hand side symbols seen */ member in struct:pstate [all...] |
H A D | lempar.c | 438 unsigned char nrhs; /* Number of right-hand side symbols in the rule */ member in struct:__anon4058 480 yysize = yyRuleInfo[yyruleno].nrhs;
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | itree.c | 381 struct node *nrhs; local 390 nrhs = newnode(T_SERD, orhs->file, orhs->line); 391 nrhs->u.stmt.np = tevent_dup_to_epname(orhs, pd->epname); 392 nrhs->u.stmt.lutp = props2instance(orhs, pd->epname); 393 pd->props = lut_add(pd->props, name, nrhs, NULL); 399 nrhs = newnode(T_NUM, orhs->file, orhs->line); 400 nrhs->u.ull = orhs->u.ull; 401 pd->props = lut_add(pd->props, name, nrhs, NULL); 404 nrhs = newnode(T_TIMEVAL, orhs->file, orhs->line); 405 nrhs [all...] |
Completed in 118 milliseconds