Lines Matching refs:with
7 `generate_api.py` is employed to combine a single *specification file* with one
17 Invoked with no arguments or with the `--mode=update` argument, this script
21 Invoked with the `--mode=hook` argument, this script checks whether
39 The "kind" is an arbitrary token that the specification file can reference with
49 that line begins with `%`.
51 A line that begins with `%%` is a comment, and is ignored.
53 A line that begins with `%` and is not a comment is a *directive*.
59 Copy the *section* with the specified *name* from the specification file to the
65 Similar to `%insert *name*`, but each non-empty copied line is prefixed with
72 A line that begins with `%%` is a comment, and is ignored.
74 A line that begins with `%` and is not a comment is a *directive*.
119 line in the sequence that doesn't begin with `%` undergoes macro substitution,
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
137 %define test this body begins and ends with a space character
140 replaced with the corresponding *body*. Macro substitution is *not* recursive:
183 with *count* space characters. *count* must be a non-negative integer.
213 `generate_api.py` terminates with an error.