Lines Matching defs:exported
218 * The variable is exported to the environment, to be used by child
221 bool exported:1;
224 * At the point where this variable was exported, it contained an
226 * process is started, it needs to be actually exported, resolving
246 * Unexport all globals previously exported, but keep the environment
251 * Unexport all globals previously exported and clear the environment
434 var->exported = false;
611 if (v->exported)
706 if (v->exported && !v->reexport)
710 if (!v->exported)
725 v->exported = false;
739 v->exported = true;
750 v->exported = true;
758 if (v->exported && !v->reexport)
761 if (!v->exported)
768 * Mark a single variable to be exported later for subprocesses.
770 * Internal variables are not exported.
796 * re-exported.
968 if (what != UNEXPORT_ENV && v->exported && !v->reexport)
970 v->exported = false;
1088 if (v->exported)
1097 * exported to the environment (as per POSIX standard), except