HomeSort by: relevance | last modified time | path
    Searched defs:VALUES (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/make/unit-tests/
varmod-match-escape.mk 40 VALUES= : :: :\:
41 .if ${VALUES:M\:${:U\:}} != ${VALUES:M${:U\:}\:}
directive-for-escape.mk 3 # Test escaping of special characters in the iteration values of a .for loop.
4 # These values get expanded later using the :U variable modifier, and this
40 # was adventurous enough to use literal dollar signs in the values of a .for
45 VALUES= $$ $${V} $${V:=-with-modifier} $$(V) $$(V:=-with-modifier)
56 .for i in ${VALUES}
74 # The value of the variable VALUES is not meant to be an expression.
77 VALUES= $${UNDEF:U\$$\$$ {{}} end}
79 # The .for loop splits ${VALUES} into 3 words, at the space characters, since
86 .for i in ${VALUES}
119 .for i in ${VALUES}
    [all...]

Completed in 24 milliseconds