Lines Matching refs:directive
34 the `%kind` directive to help generate different text in different situations.
46 A line that begins with `%` and is not a comment is a *directive*.
53 output file. The section is defined by a `%section` directive in the
62 A line that begins with `%` and is not a comment is a *directive*.
64 The meaning of a line that is neither a comment nor a directive depends on the
95 *list*` directive and immediately followed by the `%/kind` directive. The
96 `%kind` directive establishes a condition state **on** or **off** (see the
97 description of the directive for details). When the condition is **on**, the
99 effect, and non-directive lines are added to the enclosing section region, if
101 directive are ignored *except* that even ignored directives undergo some level
107 `%define-lines *name*` directive and immediately followed by the
108 `%/define-lines` directive. Every non-comment line in the sequence undergoes
110 They can later be added to a section region with the `%insert-lines` directive.
117 *name*` directive and immediately followed by the `%/section` directive. Every
120 generated output file as directed by the template file's `%insert` directive.
193 Within the region, the condition is inverted every time the `%else` directive
200 This directive has two purposes:
207 Only one such directive is allowed per specification file.