Lines Matching full:variable
3 # Tests for the first part of the variable modifier ':@var@...@', which
4 # contains the variable name to use during the loop.
12 # Before 2021-04-04, the name of the loop variable could be generated
15 # variable name.
16 …ne+ +two+ +three+"" with value "one two three": In the :@ modifier, the variable name "${:Ubar:S,b…
25 # ":::" is a very creative variable name, unlikely to occur in practice.
27 # be escaped in the modifiers, but not in the variable name, therefore
34 # "@@" is another creative variable name.
40 # In extreme cases, even the backslash can be used as variable name.
47 # The variable name can technically be empty, and in this situation
48 # the variable value cannot be accessed since the empty "variable"
57 # and not only the loop variable (in this case v).
82 # Until 2020-07-20, the variable name of the :@ modifier could end with one
86 # variable name.
87 # expect+2: while evaluating variable "1 2 3" with value "1 2 3": In the :@ modifier, the variable …
94 # expect+2: while evaluating variable "1 2 3" with value "1 2 3": In the :@ modifier, the variable …
101 # expect+2: while evaluating variable "1 2 3" with value "1 2 3": In the :@ modifier, the variable …
111 # for the loop variable. These modifiers influence each other.
114 # variable in the scope of the expression and deleting it again after the
119 # loop variable to the value it had before the loop. This would result in
125 # During the loop, the variable is actually defined and nonempty.
126 # If the loop were implemented in the same way as the .for loop, the variable