Lines Matching refs:words
258 with.ns.stack.head = $(words $(with.ns.stack))
289 $(with.ns).bind.next = $(words 0 $($(with.ns).bind.idx))
296 $(with.ns).text.next = $(words 1 2 $($(with.ns).text.idx))
337 $(bind.kind.ns).words.idx :=
338 $(bind.kind.ns).words.next = $(words 1 $($(bind.kind.ns).words.idx))
339 $(bind.kind.ns).words = $\
340 $(wordlist $($(bind.kind.ns).words.next),$(words $(2)),$(2))
348 $(bind.name) := $(firstword $($(bind.kind.ns).words))
351 ifeq ($($(bind.kind.ns).words.next),$(words $($(bind.kind.ns))))
352 $(bind.name) := $($(bind.kind.ns).words)
356 $(bind.kind.ns).words.idx += $($(bind.kind.ns).words.next)
371 $(words $($(bind.kind.ns).param.offset) $\
479 shell-words = $(shell $(shell-words.sh))
480 shell-words.sh = set -Cefu -- $(1); printf '%s' "$$\#";