Lines Matching defs:WORD
14 WORD= word
130 # The variable WORD has the value "word", which does not count as empty.
131 .if empty(WORD)
145 # The argument expands to "WORD", and that variable is defined at the
155 # expect+1: warning: Invalid character " " in variable name " WORD "
156 .if ! empty ( WORD )
160 ${:U WORD }= variable name with spaces
162 # Now there is a variable named " WORD ", and it is not empty.
163 .if empty ( WORD )
167 # expect+1: Unclosed variable "WORD"
168 .if empty(WORD