Lines Matching refs:section
59 Copy the *section* with the specified *name* from the specification file to the
60 output file. The section is defined by a `%section` directive in the
86 * A conditional region can enclose a section region.
87 * A section region can enclose a conditional region.
91 * A conditional region can be enclosed by a section region.
92 * A section region can be enclosed by a conditional region.
110 effect, and non-directive lines are added to the enclosing section region, if
115 #### section region
117 A *section region* is a sequence of lines immediately preceded by the `%section
118 *name*` directive and immediately followed by the `%/section` directive. Every
120 and the resulting lines are associated with the section name. They can be
123 section region with the with the specification file's `%insert` and
139 Macro substitution occurs within a section region: a substring `%{*name*}` is
144 Permitted in regions: null, conditional, section
176 Adds all lines from the named section region to the current section region.
178 Permitted in regions: section
185 Permitted in regions: section
206 Permitted in regions: null, section
214 * Ordering the possible kinds for the *lowest version pattern* (see the section
219 Permitted in regions: null, section
221 #### `%section *name*`, `%/section`
223 `%section *name*` creates a *section region* terminated by `%/section`.