Lines Matching defs:exported
203 * The variable is exported to the environment, to be used by child
206 bool exported:1;
209 * At the point where this variable was exported, it contained an
211 * process is started, it needs to be actually exported, resolving
231 * Unexport all globals previously exported, but keep the environment
236 * Unexport all globals previously exported and clear the environment
413 var->exported = false;
590 if (v->exported)
685 if (v->exported && !v->reexport)
689 if (!v->exported)
704 v->exported = false;
718 v->exported = true;
729 v->exported = true;
737 if (v->exported && !v->reexport)
740 if (!v->exported)
747 * Mark a single variable to be exported later for subprocesses.
749 * Internal variables are not exported.
775 * re-exported.
947 if (what != UNEXPORT_ENV && v->exported && !v->reexport)
949 v->exported = false;
1074 if (v->exported)
1083 * exported to the environment (as per POSIX standard), except