Searched refs:typef (Results 1 – 7 of 7) sorted by relevance
376 if(!tp && fp->disc && fp->disc->typef) in outtype()377 tp = (*fp->disc->typef)(np,fp); in outtype()380 if(fp->type || (fp->disc && fp->disc->typef &&(*fp->disc->typef)(np,fp))) in outtype()414 if((typep=fp->type) || (fp->disc && fp->disc->typef && (typep=(*fp->disc->typef)(np,fp)))) in nv_attribute()
1254 if(fp->disc && fp->disc->typef && (np= (*fp->disc->typef)(np,fp))) in nv_type()
65 Namval_t *(*typef)(Namval_t*, Namfun_t*); member
74 Namval_t *(*typef) __PROTO__((Namval_t*, Namfun_t*)); member