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

/ast/src/lib/libcoshell/
H A Dcoshell.h25 * coshell library interface
52 #define CO_ID "coshell" /* library/command id */
54 #define CO_ENV_ATTRIBUTES "COATTRIBUTES"/* coshell attributes env var */
55 #define CO_ENV_EXPORT "COEXPORT" /* coshell env var export list */
56 #define CO_ENV_HOST "HOSTNAME" /* coshell host name env var */
60 #define CO_ENV_SHELL "COSHELL" /* coshell path environment var */
62 #define CO_ENV_TYPE "HOSTTYPE" /* coshell host type env var */
70 #define CO_ANY 0x000001 /* return any open coshell */
76 #define CO_SHELL 0x000040 /* shell using coshell! */
79 #define CO_KSH 0x000100 /* coshell i
97 Coshell_t* coshell; /* running in this coshell */ member in struct:Cojob_s
[all...]
/ast/src/cmd/ksh93/include/
H A Djobs.h38 # include <coshell.h>
43 Coshell_t *coshell; member in struct:cosh
80 Cojob_t *p_cojob; /* coshell job */
124 struct cosh *colist; /* coshell job list */
/ast/src/cmd/coshell/
H A Dmain.c25 * remote coshell server main
35 "[-?\n@(#)$Id: coshell (AT&T Research) 2007-10-23 $\n]"
37 "[+NAME?coshell - network shell coprocess server]"
91 static char* coshell[] = /* shell to run on other side */ variable
186 if (pathpath(coshell[n], NiL, PATH_ABSOLUTE|PATH_REGULAR|PATH_EXECUTE, s, state.buflen))
188 if (++n >= elementsof(coshell))
733 * indirect coshell initialization
752 * indirect coshell data pump
783 * coshell main
/ast/src/cmd/ksh93/sh/
H A Dsubshell.c106 void *coshell; member in struct:subshell
510 sp->coshell = shp->coshell;
511 shp->coshell = 0;
782 shp->coshell = sp->coshell;
/ast/src/cmd/nmake/
H A Dmake.h38 #include <coshell.h>
69 #define CMDTRACE (-6) /* coshell trace debug level */
883 Coshell_t* coshell; /* coshell handle */ member in struct:State_s

Completed in 81 milliseconds