Lines Matching defs:valp
1413 static Cxvalue_t *getvalue(Namval_t *np, Namfun_t *fp, Cxoperand_t *valp)
1421 cxcast(dp->cx,valp,vp,vp->type,dp->hdr.parent->nvalue,(char*)0);
1423 cxcast(dp->cx,valp,vp,vp->type,dp->hdr.data,(char*)0);
1429 valp->value.number = nv_getnum(np);
1432 valp->value.string.data = nv_getval(np);
1433 valp->value.string.size = nv_size(np);
1434 if(!valp->value.string.size)
1435 valp->value.string.size = strlen(valp->value.string.data);
1438 return(&valp->value);
1470 Cxvalue_t *valp = &cval.value;
1519 valp = getvalue(np, fp, &cval);
1523 valp->string.data = cp;
1524 valp->string.size = strlen(cp);
1528 comp = (*mp->compf)(tp->cx, tp->type, tptr, valp, &Dssdisc);
1536 valp = getvalue(bp->vnode, fp, &cval);
1537 n = (*mp->execf)(tp->cx, comp, tptr, valp, &Dssdisc);