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

/ast/src/lib/libcoshell/
H A Dcoshell.h62 #define CO_ENV_TYPE "HOSTTYPE" /* coshell host type env var */ macro
H A Dcoopen.c170 if (!state.type && (!(s = getenv(CO_ENV_TYPE)) || !(state.type = strdup(s))))
/ast/src/cmd/coshell/
H A Dshell.c89 sfprintf(vp, "%s=%s %s=%s %s='%s %s' COINIT='%s' %s /dev/fd/4 >/dev/null 2>&1 3<%s 4<&3 5>&- 6>&- 7>&- 8>&- 9>&- &", CO_ENV_HOST, sp->name, CO_ENV_TYPE, sp->type, CO_ENV_SHELL, opt_info.argv[0], state.service, (sp->flags & SETRATING) ? "rating=0;" : "", sh, state.mesg);
95 sfprintf(vp, "%s -c 'trap \"\" HUP; %s=%s %s=%s %s= COINIT='\\''%s%s'\\'' %s /dev/fd/4 >/dev/null 2>&1 3<%s 4<&3 5>&- 6>&- 7>&- 8>&- 9>&- &'", sh, CO_ENV_HOST, sp->name, CO_ENV_TYPE, sp->type, CO_ENV_SHELL, (sp->flags & SETRATING) ? "rating=0;" : "", state.profile ? state.profile : "", sh, state.mesg);
/ast/src/cmd/cs/
H A Dcs.c696 sfprintf(sfstdout, "%s=%s %s=%s\n", CO_ENV_HOST, path, CO_ENV_TYPE, proc ? proc : "unknown");
/ast/src/cmd/at/
H A Datd.c177 CO_ENV_HOST, CO_ENV_TYPE

Completed in 17 milliseconds