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

/ast/src/cmd/ksh93/sh/
H A Dinit.c1147 int sh_type(register const char *path) function
1376 type = sh_type(*argv);
1408 else if((cp && (sh_type(cp)&SH_TYPE_SH)) || (argc>0 && strchr(cp= *argv,'/')))
2106 if((cp = nv_getval(SHELLNOD)) && (sh_type(cp)&SH_TYPE_RESTRICTED))
H A Dname.c80 struct sh_type struct
214 register struct sh_type *sp = (struct sh_type*)shp->mktype;
308 struct sh_type shtp;
446 if(shp->mktype && shp->dot_depth==0 && np==((struct sh_type*)shp->mktype)->nodes[0])

Completed in 102 milliseconds