Searched defs:typep (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Dnvtree.c417 Namval_t *typep=0; local
423 if((typep=fp->type) || (fp->disc && fp->disc->typef && (typep=(*fp->disc->typef)(np,fp))))
426 if(np==typep)
430 typep = 0;
456 if(typep)
458 char *cp = typep->nvname;
462 cp = typep->nvname;

Completed in 33 milliseconds