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.c588 for(i=0; i<rp->nrhs; i++){
626 if( i==rp->nrhs ){
689 for(i=0; i<rp->nrhs; i++){
1921 psp->nrhs = 0;
2025 sizeof(struct symbol*)*psp->nrhs + sizeof(char*)*psp->nrhs );
2042 rp->nrhs = psp->nrhs;
2068 psp->nrhs++;
2564 for(i=0; i<rp->nrhs; i++){
2583 for(i=0; i<=rp->nrhs; i++){
2585 if( i==rp->nrhs ) break;
[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()
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()
405 nrhs->u.ull = orhs->u.ull; in nv_instantiate()
406 pd->props = lut_add(pd->props, name, nrhs, NULL); in nv_instantiate()
409 nrhs = tname_dup_to_epname(orhs, pd->epname); in nv_instantiate()
413 nrhs = tevent_dup_to_epname(orhs, pd->epname); in nv_instantiate()
[all …]