Searched refs:directive (Results 1 – 5 of 5) sorted by relevance
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 the62 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 the95 *list*` directive and immediately followed by the `%/kind` directive. The96 `%kind` directive establishes a condition state **on** or **off** (see the97 description of the directive for details). When the condition is **on**, the99 effect, and non-directive lines are added to the enclosing section region, if101 directive are ignored *except* that even ignored directives undergo some level[all …]
156 directive = match[1]157 if not directive in DIRECTIVES:158 assert False, "Unknown directive \"" + directive + "\" on " + self.context()288 assert False, "Malformed directive \"" + directive + "\" on " + self.context()
5 # directive in build.gradle.
345 for (StringPiece directive : util::Tokenize(directives, ',')) { in ExtractConfig() local346 if (directive == "remove") { in ExtractConfig()348 } else if (directive == "no_obfuscate") { in ExtractConfig()