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

/ast/src/lib/libcoshell/
H A Dcoinit.c64 * coex!=0 for CO_ENV_EXPORT
69 putexport(Coshell_t* co, Sfio_t* sp, char* n, int old, int coex, int flags) argument
86 if ((v = getenv(n)) && *v || coex && ((flags & CO_EXPORT) || co->export && dtsize(co->export) > 0))
91 if (coex && (flags & CO_EXPORT))
95 if (coex && !(flags & CO_EXPORT))

Completed in 10 milliseconds