Lines Matching refs:lines
69 The specification file is divided into *regions*, which are sequences of lines
85 A *null region* is a sequence of lines that is not part of any other region.
89 Within a null region, all lines other than directives are treated as comments
94 A *conditional region* is a sequence of lines immediately preceded by the `%kind
98 lines in the region are processed normally (i.e., directives have their usual
99 effect, and non-directive lines are added to the enclosing section region, if
100 any). When the condition is **off**, lines in the region other than the `%else`
106 A *definition region* is a sequence of lines immediately preceded by the
107 `%define-lines *name*` directive and immediately followed by the
108 `%/define-lines` directive. Every non-comment line in the sequence undergoes
109 macro substitution, and the resulting lines are associated with the region name.
110 They can later be added to a section region with the `%insert-lines` directive.
116 A *section region* is a sequence of lines immediately preceded by the `%section
119 lines are associated with the section name. They can be inserted into the
164 #### `%define-lines *name*`, `%/define-lines`
166 `%define-lines *name*` creates a *definition region* terminated by
167 `%/define-lines`.
171 #### `%insert-lines *name*`
173 Adds all lines from the named definition region to the current section region.