Searched refs:typef (Results 1 – 6 of 6) sorted by relevance
138 #define DTTYPE(dt,ty) ((dt)->typef ? (*(dt)->typef)((dt), (ty)) : (ty) )
104 dt->typef = _dttype2005;
382 if(!tp && fp->disc && fp->disc->typef) in outtype()383 tp = (*fp->disc->typef)(np,fp); in outtype()386 if(fp->type || (fp->disc && fp->disc->typef &&(*fp->disc->typef)(np,fp))) in outtype()423 if((typep=fp->type) || (fp->disc && fp->disc->typef && (typep=(*fp->disc->typef)(np,fp)))) in nv_attribute()
1283 if(fp->disc && fp->disc->typef && (np= (*fp->disc->typef)(np,fp))) in nv_type()
65 Namval_t *(*typef)(Namval_t*, Namfun_t*); member
153 Dttype_f typef; /* for binary compatibility */ member