Lines Matching refs:kind
31 * `--kind KIND` token identifying kind of file to generate
33 The "kind" is an arbitrary token that the specification file can reference with
34 the `%kind` directive to help generate different text in different situations.
94 A *conditional region* is a sequence of lines immediately preceded by the `%kind
95 *list*` directive and immediately followed by the `%/kind` directive. The
96 `%kind` directive establishes a condition state **on** or **off** (see the
177 #### `%kind *list*`, `%else`, `%/kind`
179 `%kind *list*` creates a *conditional region* terminated by `%/kind`.
185 * One of the simple pattern tokens equals the "kind"
186 * One of the wildcard pattern tokens less the `*` is a prefix of the "kind"
187 * One of the lowest version pattern tokens less the `+` matches the "kind" or
188 the "kind" matches any token to the right from the lowest version pattern in
202 * Validity-checking. If the "kind" is not on the space-delimited *list* of tokens,