Searched refs:VAL (Results 1 – 1 of 1) sorted by relevance
44 local VAL=$(macro_val $1)45 if [ -z "$VAL" ]; then49 if [ "$VAL" != "$2" ]; then50 echo "Invalid built-in macro definition: '$VAL', expected '$2'"80 local VAL=$(macro_val $1)81 if [ -z "$VAL" ]; then88 if [ "$VAL2" = "$VAL" ]; then94 echo "Invalid built-in macro definition: '$VAL', expected one of: $@"103 local VAL="$(macro_val $1)"104 if [ -n "$VAL" ]; then[all …]