Lines Matching refs:nfp
154 Namfun_t *nfp=0;
218 if(nfp && nfp->disc && nfp->disc->createf)
220 np = (*nfp->disc->createf)(nq,last,0,nfp);
221 if(*nfp->last == '[')
223 nv_endsubscript(np,nfp->last,NV_NOADD);
235 if(np && ((nfp=nextdisc(np)) || nv_istable(np)))
245 if(nfp)
247 dp->nextnode = nfp->disc->nextf;
250 dp->fun = nfp;
251 dp->hp = (*dp->nextnode)(np,(Dt_t*)0,nfp);
282 Namfun_t *nfp;
319 if((nfp=nextdisc(np)) && (nfp->disc->getval||nfp->disc->getnum) && nv_isvtree(np) && strcmp(cp,dp->data))
320 nfp = 0;
321 if(nfp || nv_istable(np))
346 if(nfp && np->nvfun)
353 dp->nextnode = nfp->disc->nextf;
356 dp->fun = nfp;
357 dp->hp = (*dp->nextnode)(np,(Dt_t*)0,nfp);
1137 register Namfun_t *nfp;
1142 nfp = newof(NIL(void*),Namfun_t,1,0);
1143 nfp->disc = &treedisc;
1144 nfp->dsize = sizeof(Namfun_t);
1145 nv_stack(np, nfp);