Lines Matching refs:word
161 index-word-list = $(wordlist $(call bump-0-to-1,$1),$2,$3)
163 -test-index-word-list = \
164 $(call test-expect,,$(call index-word-list,1,1))\
165 $(call test-expect,a b,$(call index-word-list,0,2,a b c d))\
166 $(call test-expect,b c,$(call index-word-list,2,3,a b c d))\
190 ifneq ($(word $10,$2),)
222 ifneq ($(word $(call bump-0-to-1,$100),$2),)
223 ifneq ($(word $199,$2),)
235 ifneq ($(word $150,$2),)
258 ifneq ($(word $(call bump-0-to-1,$1000),$2),)
259 ifneq ($(word $1999,$2),)
271 ifneq ($(word $1500,$2),)