Lines Matching refs:coshell
25 * 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 is ksh (readonly) */
80 #define CO_SERVER 0x000200 /* coshell is server (readonly) */
81 #define CO_OSH 0x000400 /* coshell is OLD (readonly) */
84 #define CO_DEVFD 0x001000 /* coshell handles /dev/fd/# */
95 struct Cojob_s /* coshell job info */
97 Coshell_t* coshell; /* running in this coshell */
109 struct Coshell_s /* coshell connection info */