Lines Matching defs:VAR
8 # and at the end of the loop, this variable is deleted. Since var.c 1.204
9 # from 2016-02-18 and before var.c 1.963 from 2021-12-05, a variable could be
15 VAR= ${:U:@VAR@@} rest of the value
17 # In an assignment, the scope is 'Global'. Since the variable 'VAR' is
19 # expect+1: Cannot delete variable "VAR" while it is used
20 EVAL:= ${VAR}
25 VAR= ${:U:@VAR@@} rest of the value
32 # There is no variable named 'VAR' in the local scope, so nothing
34 : $@: '${VAR}'