Lines Matching refs:nfp
151 Namfun_t *nfp=0;
215 if(nfp && nfp->disc && nfp->disc->createf)
217 np = (*nfp->disc->createf)(nq,last,0,nfp);
218 if(*nfp->last == '[')
220 nv_endsubscript(np,nfp->last,NV_NOADD);
232 if(np && ((nfp=nextdisc(np)) || nv_istable(np)))
242 if(nfp)
244 dp->nextnode = nfp->disc->nextf;
247 dp->fun = nfp;
248 dp->hp = (*dp->nextnode)(np,(Dt_t*)0,nfp);
279 Namfun_t *nfp;
316 if((nfp=nextdisc(np)) && (nfp->disc->getval||nfp->disc->getnum) && nv_isvtree(np) && strcmp(cp,dp->data))
317 nfp = 0;
318 if(nfp || nv_istable(np))
343 if(nfp && np->nvfun)
350 dp->nextnode = nfp->disc->nextf;
353 dp->fun = nfp;
354 dp->hp = (*dp->nextnode)(np,(Dt_t*)0,nfp);
1160 register Namfun_t *nfp;
1165 nfp = newof(NIL(void*),Namfun_t,1,0);
1166 nfp->disc = &treedisc;
1167 nfp->dsize = sizeof(Namfun_t);
1168 nv_stack(np, nfp);