Lines Matching refs:nfp
457 Namfun_t *fp, *nfp=0;
495 nfp = (*fp->disc->clonef)(np,mp,0,fp);
496 else if(nfp = malloc(size))
498 memcpy((void*)nfp,(void*)fp,size);
499 nfp->nofree &= ~1;
501 if(nfp)
502 nv_disc(np,nfp,NV_FIRST);
539 Namfun_t *nfp;
545 nfp = nv_hasdisc(mp, &parent_disc);
546 nfp = clone_parent(mp,np,0,nfp);
547 nfp->type = fp->type;
548 ((struct type*)fp)->pfun = nfp;
549 if(mp=node((Cxvariable_t*)0,(struct parent*)nfp))
551 nfp->next = fp->next;
552 fp->next = nfp;
654 Namfun_t *nfp;
655 for(nfp=sp->np->nvfun; nfp && !nfp->disc && !nfp->disc->readf; nfp=nfp->next);
656 if(nfp)
657 (*nfp->disc->readf)(sp->np, (Sfio_t*)0, 0, nfp);
1549 struct dsstype *nfp = newof(NiL,struct dsstype,1,0);
1557 nfp->fun.disc = &dss_disc;
1558 nv_disc(np,&nfp->fun,NV_FIRST);
1605 nfp->names = av;
1606 nfp->nnames = n;
1607 nfp->sh = shp;