Searched refs:directives (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddirective-if-nested.exp1 make: "directive-if-nested.inc" line 1001: deeply nested .if directives
H A Ddirective-if-nested.mk3 # Tests for deeply nested .if directives. By default, memory for 128 nested
4 # .if directives is pre-allocated, any deeper nesting is reallocated.
15 printf '.info deeply nested .if directives\n'; \
H A Ddirective.mk3 # Tests for the preprocessing directives, such as .if or .info.
7 # Unknown directives are correctly named in the error messages,
15 .${:Uinfo} directives cannot be indirect
30 # This is a dependency since directives must be given directly.
H A Ddirective-for-lines.mk6 # (parse.c 1.494), the line numbers for the .info directives and error
H A Ddirective-unexport.mk5 # Before 2020-12-13, misspelled directives like ".unexporting" or
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DInputFiles.h90 StringRef getDirectives() { return directives; }
95 StringRef directives; member in class:lld::coff::InputFile
H A DConfig.h57 bool directives = false; member in struct:lld::coff::Export
H A DDriver.cpp348 ParsedDirectives directives = parser.parseDirectives(s); local
350 for (StringRef e : directives.exports) {
365 exp.directives = true;
370 for (StringRef inc : directives.includes)
373 for (auto *arg : directives.args) {
1875 if (!e.directives)
H A DInputFiles.cpp243 directives = StringRef((const char *)data.data(), data.size());
1039 directives = obj->getCOFFLinkerOpts();
/freebsd-13-stable/stand/
H A Ddefs.mk63 # the only thing that should be there are -I directives, and as few of
/freebsd-13-stable/sys/conf/
H A Dkern.post.mk4 # the definitions that need to be after all the % directives except %RULES
/freebsd-13-stable/usr.bin/indent/
H A Dindent.c1199 struct directives { struct
/freebsd-13-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec822 - Added 'Obsoletes' directives

Completed in 171 milliseconds