Lines Matching refs:VAR
11 VAR= value
16 .if ${VAR} != "value"
30 VAR= new value and \# some $$ special characters # comment
34 .if ${VAR} != "new value and \# some \$ special characters"
35 . error ${VAR}
49 VAR= ${:! echo 'not yet evaluated' 1>&2 !}
50 VAR= ${:! echo 'this will be evaluated later' 1>&2 !}
54 .if ${VAR}
71 VAR(spaces in parentheses)= ()
72 VAR{spaces in braces}= {}
78 VARNAME_PAREN= VAR(spaces in parentheses)
79 VARNAME_BRACES= VAR{spaces in braces}