Lines Matching refs:And
14 # condition since comment parsing is done in an early phase and removes the
15 # '#' and everything after it long before the condition parser gets to see it.
24 # This prevents the comment parser from removing it, and in turn, it becomes
30 # Since 2002-12-30, and still as of 2020-09-11, CondParser_Token handles
56 # condition as a comment? And why only at the beginning of a token,
88 # Only the comparison operator terminates the comparison operand, and it's
92 # The characters '&' and '|' are part of the comparison operand.
105 # expect+1: A bare word is treated like defined(...), and the variable 'bare' is not defined.
106 . info A bare word is treated like defined(...), and the variable $\
138 # expect+1: Numbers can be composed from literals and expressions.
139 . info Numbers can be composed from literals and expressions.
143 # expect+1: Numbers can be composed from literals and expressions.
144 . info Numbers can be composed from literals and expressions.
168 # and in that context, the backslash is just an ordinary character. The
170 # to FuncDefined, and since there is no variable named '\\', the condition
228 # bare word and second for parsing the left-hand side of a comparison.
231 # word though, and this keeps CondParser_Leaf from evaluating the expression
251 # whether the condition is first evaluated and then parsed, or vice versa.