Searched refs:csp (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Djobs.c257 pid_t sh_copid(struct cosh *csp) argument
259 return(COPID_BIT|(csp->id<<16)|csp->cojob->id);
265 struct cosh *csp=0; local
269 for(csp=job.colist; csp; csp = csp->next)
271 if(csp->id == id)
275 if(csp)
285 struct cosh *csp; local
390 struct cosh *csp; local
[all...]
H A Dxec.c749 struct cosh *csp = job.colist; local
760 while(csp)
762 if(strcmp(name,csp->name)==0)
766 coattr(csp->coshell,argv[1]);
767 return((void*)csp);
769 coclose(csp->coshell);
772 csp = csp->next;
777 csp = newof(0,struct cosh,1,strlen(name)+1);
778 if(!(csp
810 struct cosh *csp = ((struct cosh*)shp->coshell); local
[all...]

Completed in 16 milliseconds