Lines Matching refs:name
22 file-name = $(call decompat-path,$(notdir $(call compat-path,$(1))))
23 directory-name = $(call decompat-path,$(dir $(call compat-path,$(1))))
279 with.bind.name = $(word 2,$(subst :, ,$(call with.bind.norm,$(1))))
284 $(with.ns).bind.names := $(foreach b,$(1),$(call with.bind.name,$(b)))
300 $(foreach bind.name,$($(with.ns).bind.names),$\
301 $(foreach bind.name.ns,$(with.ns).bind.names[$(bind.name)],$\
302 $(eval $(bind.name.ns).flavor := $(flavor $(bind.name))$\
303 $(eval $(bind.name.ns).value = $(value $(bind.name))))))
321 $(foreach bind.name,$(word $(bind.i),$($(with.ns).bind.names)),$\
330 $(foreach bind.name,$($(with.ns).bind.names),$\
331 $(foreach bind.name.ns,$(with.ns).bind.names[$(bind.name)],$\
348 $(bind.name) := $(firstword $($(bind.kind.ns).words))
352 $(bind.name) := $($(bind.kind.ns).words)
381 $(bind.name) := $($(bind.kind.ns).param)
388 ifeq ($($(bind.name.ns).flavor),simple)
389 $(eval $(bind.name) := $(value $(bind.name.ns).value))
390 else ifeq ($($(bind.name.ns).flavor),recursive)
391 $(eval $(bind.name) = $(value $(bind.name.ns).value))
392 else ifeq ($($(bind.name.ns).flavor),undefined)
393 undefine $(bind.name)