Lines Matching refs:by
17 and every `types.hal` file in place, by invoking `generate_api.py` once per
53 output file. The section is defined by a `%section` directive in the
70 delimited by certain directives.
79 * A conditional region can be enclosed by a section region.
80 * A definition region can be enclosed by a conditional region or a section
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
106 A *definition region* is a sequence of lines immediately preceded by the
107 `%define-lines *name*` directive and immediately followed by the
116 A *section region* is a sequence of lines immediately preceded by the `%section
117 *name*` directive and immediately followed by the `%/section` directive. Every
120 generated output file as directed by the template file's `%insert` directive.
122 This is the mechanism by which a specification file contributes text to the
129 Defines a macro identified by the token *name*. The *body* is separated from
130 the *name* by exactly one whitespace character, and extends to the end of the
146 substring of the form `%{argnum}` will be replaced by the corresponding argument
166 `%define-lines *name*` creates a *definition region* terminated by
179 `%kind *list*` creates a *conditional region* terminated by `%/kind`.
213 `%section *name*` creates a *section region* terminated by `%/section`.