Lines Matching refs:Variable
8 DIRECT= ${DIRECT} # Defining a recursive variable is not an error.
9 # expect+2: Variable DIRECT is recursive.
11 . info <${DIRECT}> # But expanding such a variable is an error.
17 # expect+2: Variable INDIRECT1 is recursive.
22 # The variable refers to itself, but only in the branch of a condition that
32 # expect+2: Variable MODIFIERS is recursive.
37 # Short variable names can be expanded using the short-hand $V notation,
38 # which takes a different code path in Var_Parse for parsing the variable
41 # expect+2: Variable V is recursive.
51 # expect: make: Variable VAR is recursive.