Searched refs:cosh (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Djobs.h40 struct cosh struct
42 struct cosh *next;
49 extern pid_t sh_copid(struct cosh*);
124 struct cosh *colist; /* coshell job list */
/ast/src/cmd/coshell/
H A DMakefile14 $(FUNDIR) :INSTALLDIR: mode=+x cosh title
/ast/src/cmd/ksh93/sh/
H A Djobs.c257 pid_t sh_copid(struct cosh *csp)
265 struct cosh *csp=0;
285 struct cosh *csp;
294 for(csp=(struct cosh*)job.colist;csp;csp=csp->next)
390 struct cosh *csp;
391 csp = (struct cosh*)(cjp->coshell->data);
1363 pw->p_cojob = ((struct cosh*)shp->coshell)->cojob;
H A Dxec.c749 struct cosh *csp = job.colist;
777 csp = newof(0,struct cosh,1,strlen(name)+1);
810 struct cosh *csp = ((struct cosh*)shp->coshell);
/ast/src/lib/libtksh/tcl/
H A DtclExpr.c285 {"cosh", 1, {TCL_DOUBLE}, ExprUnaryFunc, (ClientData) cosh},

Completed in 73 milliseconds