Lines Matching full:variable
103 # could be a parenthesized expression, a variable name, or a Unicode Set.
118 # term-var-ref We've just finished scanning a reference to a $variable.
119 # Check that the variable was defined.
120 # The variable name scanning is in common with assignment statements,
233 # Variable Name Scanning.
236 # to go to after completion of the variable name scanning.
280 # assign-or-rule. A $variable was encountered at the start of something, could be
282 # follows the variable name. We get to this state when the variable name
287 '=' n term ^assign-end doStartAssign # variable was target of assignment
288 default term-var-ref ^break-rule-end # variable was a term in a rule