Lines Matching refs:separator
1 # $NetBSD: varmod-to-separator.mk,v 1.23 2025/03/30 00:35:52 rillig Exp $
4 # using an arbitrary character as word separator.
13 # The separator can be an arbitrary character, for example a comma.
23 # To use the ':' as the separator, just write it normally.
24 # The first colon is the separator, the second ends the modifier.
42 # as a separator, but as the closing delimiter of the whole
50 # the separator.
55 # Now it gets interesting and ambiguous: The separator could either be empty
62 # As in the ${WORDS:tu:ts} example above, the separator is empty.
77 # The :ts modifier with an actual separator can be followed by other
101 # a single word, and the custom separator from the modifier ':tsx' has no
110 # When these 3 words are joined, the separator from the modifier ':tsx' is
116 # Not all modifiers use the separator from the previous modifier ':ts' though.
117 # The modifier ':@' always uses a space as word separator instead. This has
124 # Adding a final :M* modifier applies the :ts separator again, though.
129 # The separator can be \n, which is a newline.
134 # The separator can be \t, which is a tab.
139 # The separator can be given as octal number.
149 # The value of the separator character must not be outside the value space
160 # The separator can be given as hexadecimal number.
186 # Negative numbers are not allowed for the separator character.
228 # The word separator can only be a single character.