Lines Matching full:undefined
29 # expect+1: Variable "UNDEF" is undefined
35 # expect+1: Variable "UNDEF" is undefined
44 # An undefined variable on its own generates a parse error.
45 # expect+1: Variable "UNDEF" is undefined
49 # The :U modifier turns an undefined expression into a defined expression.
63 # expect+1: Variable "U" is undefined
68 # expect+1: Variable "U" is undefined
76 # An undefined variable without a comparison operator generates a parse error.
77 # expect+1: Variable "U" is undefined
119 # An expression in a condition must not be based on an undefined variable,
120 # but undefined variables may occur in the variable name or in modifiers.
131 # An expression in a comparison must not be undefined and have modifiers.
132 # expect+1: Variable "UNDEF" is undefined
139 # The left-hand side of a comparison must not be an undefined expression with
141 # expect+1: Variable "UNDEF" is undefined
148 # The right-hand side of a comparison must not be an undefined expression with
150 # expect+1: Variable "UNDEF" is undefined