Lines Matching refs:expression
4 # initial '$' of the expression is skipped by the parser, while
5 # the remaining expression is evaluated. In edge cases this can lead to
12 # The expression ${VAR.${PARAM}} refers to the variable named "VAR.:Q",
14 # therefore the initial '$' of that whole expression is skipped by the parser
15 # (see VarSubstExpr) and the rest of the expression is expanded as usual.
17 # The resulting expression is ${VAR.:Q}, which means that the
29 # At this point, the variable "VAR." is defined, therefore the expression
39 # variable name, as would be expected from reading the expression.
46 # Should the whole expression be skipped for now, or should the inner
54 # expression is expanded early, or whether the whole ${COPTS.${COMPILER}} is
56 # expression ${COMPILER} would be expanded several times, but in this simple