Home | History | Annotate | Download | only in unit-tests

Lines Matching defs:VARNAME

175 # the following example generated a wrong error message "Variable VARNAME is
191 # "VARNAME${:U2}", but without expanding any nested expression, in
193 # string, the resulting variable name was thus "VARNAME". This conceptually
199 # effect that the ${:U1} from the value of VARNAME evaluated to an empty
201 # VARNAME=${VARNAME}, and that definition was evaluated even though it was
206 VARNAME= ${VARNAME${:U1}}
207 .if defined(VARNAME${:U2}) && !empty(VARNAME${:U2})