Lines Matching full:variable
11 # VarFlags.exported (per variable)
12 # VarFlags.reexport (per variable)
19 # This is a variable that references another variable. At this point, the
20 # other variable is still undefined.
24 # variable value refers to another variable, ExportVar does not actually
25 # export the variable but only marks it as VarFlags.exported and
26 # VarFlags.reexport. After that, ExportVars registers the variable name in
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,
41 # '!=' variable assignment.
48 # These flags means that the variable is still marked as being re-exported
52 # Now the referenced variable gets defined. This does not influence anything
53 # in the process of exporting the variable value, though.
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.