Lines Matching refs:comment
33 # The "\" is not taken literally, and the "#" does not begin a comment.
50 # Backslash at end of line in a comment\
51 should continue the comment. \
52 # This is also tested in comment.mk.
65 VAR1BSc= 111\# backslash escapes comment char, so this is part of the value
66 VAR1BSsc= 111\ # This is a comment. Value ends with <backslash><space>
79 VAR2BSc= 222\\# backslash does not escape comment char, so this is a comment
80 VAR2BSsc= 222\\ # This is a comment. Value ends with <backslash><backslash>
100 # this should be processed as a comment
102 # this should be processed as a comment
128 # this should be processed as a comment
130 # this should be processed as a comment
155 # this should be processed as a comment
157 # this should be processed as a comment
169 # above line is entirely empty, and this is a comment
190 # The "#" in "# second line without space" makes it a comment instead
230 # this should be a comment