Lines Matching defs:nfp
150 Namfun_t *nfp=0;
213 if(nfp && nfp->disc && nfp->disc->createf)
215 np = (*nfp->disc->createf)(nq,last,0,nfp);
216 if(*nfp->last == '[')
218 nv_endsubscript(np,nfp->last,NV_NOADD);
230 if(np && ((nfp=nextdisc(np)) || nv_istable(np)))
240 if(nfp)
242 dp->nextnode = nfp->disc->nextf;
245 dp->fun = nfp;
246 dp->hp = (*dp->nextnode)(np,(Dt_t*)0,nfp);
277 Namfun_t *nfp;
314 if((nfp=nextdisc(np)) && (nfp->disc->getval||nfp->disc->getnum) && nv_isvtree(np) && strcmp(cp,dp->data))
315 nfp = 0;
316 if(nfp || nv_istable(np))
337 if(nfp && np->nvfun)
344 dp->nextnode = nfp->disc->nextf;
347 dp->fun = nfp;
348 dp->hp = (*dp->nextnode)(np,(Dt_t*)0,nfp);
1085 register Namfun_t *nfp;
1090 nfp = newof(NIL(void*),Namfun_t,1,0);
1091 nfp->disc = &treedisc;
1092 nfp->dsize = sizeof(Namfun_t);
1093 nv_stack(np, nfp);