Home
last modified time | relevance | path

Searched refs:typef (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/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;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvtree.c382 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()
H A Dnvtype.c1283 if(fp->disc && fp->disc->typef && (np= (*fp->disc->typef)(np,fp))) in nv_type()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dnval.h65 Namval_t *(*typef)(Namval_t*, Namfun_t*); member
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dcdt.h153 Dttype_f typef; /* for binary compatibility */ member