Lines Matching refs:literal
16 # bare words == "literal"
22 # ${:Ubare words} == "literal"
28 .if ${${:Ubare words} == "literal":?bad:bad}
76 # If the "Bad condition" appears in a quoted string literal, the
122 # make: Bad conditional expression 'string == "literal" && no >= 10'
123 # in 'string == "literal" && no >= 10?yes:no'
136 # string == "literal" && no >= 10
141 # literal, not enclosed in quotes, which is OK, even on the left-hand side of
159 .info ${${STRING} == "literal" && ${NUMBER} >= 10:?yes:no}.
162 .info ${${STRING} == "literal" || ${NUMBER} >= 10:?yes:no}.
169 .info ${${STRING} == "literal" && ${NUMBER} >= 10:?yes:no}.
172 .info ${${STRING} == "literal" || ${NUMBER} >= 10:?yes:no}.