Lines Matching refs:VAR
25 VAR= # This comment makes the variable value empty.
28 .if ${VAR} != ""
34 VAR=# defined but empty
37 VAR= value
38 .if ${VAR} != "value"
45 VAR= not part of the comment
46 .if ${VAR} != "not part of the comment"
51 VAR= \# # Both in the assignment.
52 .if ${VAR} != "\#" # And in the comparison.
59 WORDS= ${VAR:[#]} [#
68 VAR= no comment anymore
69 .if ${VAR} != "no comment anymore"