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

/ast/src/lib/libjcl/
H A Dsym.c39 int imported; local
56 imported = (flags & JCL_SYM_SET) && (jcl->flags & JCL_IMPORT);
59 imported = 0;
70 if (imported && (o->flags & JCL_SYM_IMPORT) || (flags & JCL_SYM_SET) && (o->flags & JCL_SYM_READONLY))
79 else if (imported && (e = getenv(name)))

Completed in 16 milliseconds