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

/ast/src/cmd/ksh93/include/
H A Ddefs.h249 void *mktype; \
/ast/src/cmd/ksh93/sh/
H A Dname.c214 register struct sh_type *sp = (struct sh_type*)shp->mktype;
311 shtp.previous = shp->mktype;
312 shp->mktype=(void*)&shtp;
446 if(shp->mktype && shp->dot_depth==0 && np==((struct sh_type*)shp->mktype)->nodes[0])
448 shp->mktype = 0;
671 shp->mktype = shtp.previous;
1493 if(np && shp->mktype)
1512 if((flags&NV_STATIC) && !shp->mktype)
H A Dfault.c581 shp->mktype = 0;
H A Dnvtype.c473 if(sh.mktype)
H A Dxec.c2735 if(!shp->mktype)
/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c403 if(tdata.sh->mktype)
453 if(!tdata.sh->mktype)
821 if(tp->sh->mktype)
/ast/src/cmd/kshlib/dss/
H A Ddss.c1108 static void mktype(Namval_t *np, Cxtype_t *tp, Cx_t *cx) function
1199 mktype(mp, tp, cx);
1219 mktype(qp,vp->type,cx);

Completed in 46 milliseconds