Lines Matching refs:kind
35 * `--kind KIND` token identifying kind of file to generate
37 The "kind" is an arbitrary token that the specification file can reference with
38 the `%kind` directive to help generate different text in different situations.
104 A *conditional region* is a sequence of lines immediately preceded by the `%kind
105 *list*` directive and immediately followed by the `%/kind` directive. The
106 `%kind` directive establishes a condition state **on** or **off** (see the
186 #### `%kind *list*`, `%else`, `%/kind`
188 `%kind *list*` creates a *conditional region* terminated by `%/kind`.
194 * One of the simple pattern tokens equals the "kind"
195 * One of the wildcard pattern tokens less the `*` is a prefix of the "kind"
196 * One of the lowest version pattern tokens less the `+` matches the "kind" or
197 the "kind" matches any token to the right from the lowest version pattern in
211 * Validity-checking. If the "kind" is not on the space-delimited *list* of tokens,