Lines Matching refs:exported
5 # or marking them for being re-exported.
11 # VarFlags.exported (per variable)
25 # export the variable but only marks it as VarFlags.exported and
27 # .MAKE.EXPORTED. That's all for now.
30 # The following expression has both flags 'exported' and 'reexport' set.
36 # variables exported. Since this variable has both of the above-mentioned
37 # flags set, it is actually exported to the environment. The variable flags
40 # variable will be exported anew for each ':sh' modifier, ':!...!' modifier,
46 # The following expression still has 'exported' and 'reexport' set.
48 # These flags means that the variable is still marked as being re-exported
56 # Nothing surprising here. The variable UT_VAR gets exported, and this time,
57 # REF is defined and gets expanded into the exported environment variable.