Home
last modified time | relevance | path

Searched refs:directives (Results 1 – 25 of 107) sorted by relevance

12345

/freebsd/usr.sbin/bsdconfig/startup/include/
H A Dmessages.subr37 msg_all_desc="Select all directives"
38 msg_all_help="Select all displayed rc.conf(5) configuration directives"
41 …nt_delete_the_following="Are you sure you want to delete the following directives\nfrom the rc.con…
51 msg_delete_help="Select one or more directives from a list to delete"
54 msg_delete_selected_help="Delete each of the selected rc.conf(5) configuration directives"
82 msg_none_desc="Un-Select all directives"
83 msg_none_help="Un-Select all rc.conf(5) configuration directives"
/freebsd/contrib/unifdef/
H A DREADME6 #if and #ifdef directives. It removes from a file both the directives
46 - read #define and #undef directives from a file
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.js85 const directives = { variable
109 if (dir in directives) {
111 handle = (data) => directives[dir](value, data, proceed);
/freebsd/contrib/bmake/unit-tests/
H A Ddirective-if-nested.exp1 make: "directive-if-nested.inc" line 1001: deeply nested .if directives
H A Ddirective.mk19 .${:Uinfo} directives cannot be indirect
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Directive/
H A DDirectiveBase.td9 // This is the base definition file directives and clauses.
25 // `namespace A { namespace B { <directives-clauses> } }`.
147 // AS_FromLeaves can be used for combined/composite directives, and the actual
196 // List of leaf constituent directives in the order in which they appear
/freebsd/contrib/byacc/test/btyacc/
H A Dbig_b.error11 -l suppress #line directives
H A Dbig_l.error11 -l suppress #line directives
H A Dno_output2.error12 -l suppress #line directives
H A Dhelp.error12 -l suppress #line directives
H A Dno_b_opt.error12 -l suppress #line directives
H A Dno_p_opt.error12 -l suppress #line directives
H A Dnostdin.error11 -l suppress #line directives
/freebsd/contrib/byacc/test/yacc/
H A Dhelp.error12 -l suppress #line directives
H A Dno_b_opt.error12 -l suppress #line directives
H A Dno_output2.error12 -l suppress #line directives
H A Dno_p_opt.error12 -l suppress #line directives
H A Dnostdin.error11 -l suppress #line directives
H A Dbig_b.error12 -l suppress #line directives
H A Dbig_l.error12 -l suppress #line directives
/freebsd/bin/ed/
H A DREADME10 The following compiler directives are recognized:
/freebsd/stand/ficl/softwords/
H A Difbrack.fr2 \ ** ANS conditional compile directives [if] [else] [then]
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DInstallNameToolOpts.td28 HelpText<"Delete all rpath directives">;
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.h93 StringRef getDirectives() { return directives; } in getDirectives()
101 StringRef directives; variable
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def974 // Annotations for OpenMP pragma directives - #pragma omp ...
983 // handles #pragma omp ... directives.
987 // Annotations for OpenACC pragma directives - #pragma acc.
989 // #pragma acc directive so it can be handled during parsing of the directives.
993 // Annotations for loop pragma directives #pragma clang loop ...
995 // handles #pragma loop ... directives.
1000 // Annotation for the attribute pragma directives - #pragma clang attribute ...
1003 // Annotation for the riscv pragma directives - #pragma clang riscv intrinsic ...

12345