Searched refs:typef (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Dnvtree.c382 if(!tp && fp->disc && fp->disc->typef)
383 tp = (*fp->disc->typef)(np,fp);
386 if(fp->type || (fp->disc && fp->disc->typef &&(*fp->disc->typef)(np,fp)))
423 if((typep=fp->type) || (fp->disc && fp->disc->typef && (typep=(*fp->disc->typef)(np,fp))))
H A Dnvtype.c1285 if(fp->disc && fp->disc->typef && (np= (*fp->disc->typef)(np,fp)))
/ast/src/lib/libast/cdt/
H A Dcdtlib.h138 #define DTTYPE(dt,ty) ((dt)->typef ? (*(dt)->typef)((dt), (ty)) : (ty) )
H A Ddtopen.c104 dt->typef = _dttype2005;
/ast/src/cmd/ksh93/include/
H A Dnval.h65 Namval_t *(*typef)(Namval_t*, Namfun_t*); member in struct:Namdisc
/ast/src/lib/libast/include/
H A Dcdt.h153 Dttype_f typef; /* for binary compatibility */ member in struct:_dt_s
/ast/src/cmd/kshlib/dss/
H A Ddss.c1511 Namval_t *mp = (*fp->disc->typef)(np,fp);

Completed in 27 milliseconds