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

/ast/src/cmd/ksh93/sh/
H A Dio.c409 int max,n, **fdptrs = shp->fdptrs; local
428 shp->fdptrs = (int**)(&shp->sftable[n]);
430 memcpy(shp->fdptrs,fdptrs,max*sizeof(int*));
431 shp->fdstatus = (unsigned char*)(&shp->fdptrs[n]);
442 return(fd < shp->gd->lim.open_max && shp->fdptrs[fd]);
610 if(shp->fdptrs[fd]=shp->fdptrs[f2])
614 *shp->fdptrs[f
[all...]

Completed in 17 milliseconds