Lines Matching refs:exported
3852 is @emph{not} exported in the environment to commands that @code{make}
3854 any, is exported. You can override this behavior by explicitly
4295 @cindex SHELL, exported value
4296 The value of the @code{make} variable @code{SHELL} is not exported.
4302 The special variable @code{MAKEFLAGS} is always exported (unless you
4303 unexport it). @code{MAKEFILES} is exported if you set it to anything.
4329 If you want to @emph{prevent} a variable from being exported, use the
4339 which expand to a (list of) variable names to be (un)exported.
4391 If you want all variables to be exported by default, you can use
4400 in an @code{export} or @code{unexport} directive should be exported.
4402 be exported. If you use @code{export} by itself to export variables by
4404 alphanumerics and underscores will not be exported unless specifically
4422 have variables exported for some commands and not for others. The last