| /freebsd-12.1/contrib/llvm/tools/llvm-xray/ |
| H A D | xray-registry.cpp | 23 ManagedStatic<std::unordered_map<cl::SubCommand *, HandlerType>> Commands; variable 27 assert(Commands->count(SC) == 0 && in CommandRegistration() 30 (*Commands)[SC] = Command; in CommandRegistration() 34 auto It = Commands->find(SC); in dispatch() 35 assert(It != Commands->end() && in dispatch()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | CommentCommandTraits.cpp | 20 NextID(llvm::array_lengthof(Commands)), Allocator(Allocator) { in CommandTraits() 74 for (const auto &Command : Commands) in getTypoCorrectCommandInfo() 118 if (CommandID < llvm::array_lengthof(Commands)) in getBuiltinCommandInfo() 119 return &Commands[CommandID]; in getBuiltinCommandInfo() 134 return RegisteredCommands[CommandID - llvm::array_lengthof(Commands)]; in getRegisteredCommandInfo()
|
| /freebsd-12.1/lib/clang/liblldb/ |
| H A D | Makefile | 104 SRCS+= Commands/CommandCompletions.cpp 112 SRCS+= Commands/CommandObjectFrame.cpp 113 SRCS+= Commands/CommandObjectGUI.cpp 114 SRCS+= Commands/CommandObjectHelp.cpp 116 SRCS+= Commands/CommandObjectLog.cpp 117 SRCS+= Commands/CommandObjectMemory.cpp 120 SRCS+= Commands/CommandObjectPlugin.cpp 122 SRCS+= Commands/CommandObjectQuit.cpp 126 SRCS+= Commands/CommandObjectSource.cpp 127 SRCS+= Commands/CommandObjectStats.cpp [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/ |
| H A D | JSONCompilationDatabase.cpp | 233 std::vector<CompileCommand> Commands; in getCompileCommands() local 234 getCommands(CommandsRefI->getValue(), Commands); in getCompileCommands() 235 return Commands; in getCompileCommands() 248 std::vector<CompileCommand> Commands; in getAllCompileCommands() local 249 getCommands(AllCommands, Commands); in getAllCompileCommands() 250 return Commands; in getAllCompileCommands() 267 std::vector<CompileCommand> &Commands) const { in getCommands() 273 Commands.emplace_back( in getCommands()
|
| H A D | CommonOptionsParser.cpp | 77 std::vector<CompileCommand> Commands) const { in adjustCommands() 78 for (CompileCommand &Command : Commands) in adjustCommands() 81 return Commands; in adjustCommands()
|
| /freebsd-12.1/contrib/gdb/gdb/doc/ |
| H A D | gdb.info-3 | 552 Bindable Readline Commands 559 * Commands For Text:: Commands for changing text. 560 * Commands For Killing:: Commands for killing and yanking. 576 File: gdb.info, Node: Commands For Moving, Next: Commands For History, Up: Bindable Readline Com… 578 Commands For Moving 610 File: gdb.info, Node: Commands For History, Next: Commands For Text, Prev: Commands For Moving, … 680 …ile: gdb.info, Node: Commands For Text, Next: Commands For Killing, Prev: Commands For History,… 748 File: gdb.info, Node: Commands For Killing, Next: Numeric Arguments, Prev: Commands For Text, U… 809 … Node: Numeric Arguments, Next: Commands For Completion, Prev: Commands For Killing, Up: Binda… 869 …: Keyboard Macros, Next: Miscellaneous Commands, Prev: Commands For Completion, Up: Bindable Re… [all …]
|
| /freebsd-12.1/usr.sbin/pc-sysinstall/doc/ |
| H A D | help-index | 3 Help Commands 11 System Query Commands 78 Partition Management Commands 89 Installation Commands
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | AsmWriterEmitter.cpp | 431 std::vector<std::string> &Commands = TableDrivenOperandPrinters[i]; in EmitPrintInstruction() local 435 unsigned NumBits = Log2_32_Ceil(Commands.size()); in EmitPrintInstruction() 440 << " bits for " << Commands.size() << " unique commands.\n"; in EmitPrintInstruction() 442 if (Commands.size() == 2) { in EmitPrintInstruction() 447 << Commands[1] in EmitPrintInstruction() 449 << Commands[0] in EmitPrintInstruction() 451 } else if (Commands.size() == 1) { in EmitPrintInstruction() 453 O << Commands[0] << "\n\n"; in EmitPrintInstruction() 461 for (unsigned j = 0, e = Commands.size(); j != e; ++j) { in EmitPrintInstruction() 463 O << Commands[j]; in EmitPrintInstruction()
|
| /freebsd-12.1/usr.bin/tip/ |
| H A D | README | 34 Commands: 37 The command dispatch table is defined in cmdtab.c. Commands
|
| /freebsd-12.1/contrib/ntp/html/scripts/ |
| H A D | accopt.txt | 1 document.write("<p>Access Control Commands and Options</p><ul>\
|
| H A D | clockopt.txt | 1 document.write("<p>Reference Clock Commands and Options</p><ul>\
|
| H A D | monopt.txt | 1 document.write("<p>Monitoring Commands and Options</p><ul>\
|
| H A D | confopt.txt | 1 document.write("<p>Server Commands and Options</p><ul>\
|
| H A D | authopt.txt | 1 document.write("<p>Authentication Commands and Options</p4><ul>\
|
| H A D | miscopt.txt | 1 document.write("<p>Miscellaneous Commands and Options</p><ul>\
|
| /freebsd-12.1/release/picobsd/floppy.tree/etc/ |
| H A D | master.passwd | 6 bin:*:3:7::0:0:Binaries Commands and Source,,,:/:/nonexistent
|
| /freebsd-12.1/contrib/ntp/ntpq/ |
| H A D | ntpq.texi | 43 * Internal Commands:: 44 * Control Message Commands:: 73 @node Usage, Internal Commands, ntpq Description, Top 113 @node Internal Commands, Control Message Commands, Usage, Top 115 @section Internal Commands 197 @node Control Message Commands, Status Words and Kiss Codes, Internal Commands, Top 199 @section Control Message Commands 472 @node Status Words and Kiss Codes, System Variables, Control Message Commands, Top
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/ |
| H A D | JSONCompilationDatabase.h | 123 std::vector<CompileCommand> &Commands) const;
|
| H A D | CommonOptionsParser.h | 151 adjustCommands(std::vector<CompileCommand> Commands) const;
|
| /freebsd-12.1/usr.bin/mail/misc/ |
| H A D | mail.help | 1 Mail Commands
|
| /freebsd-12.1/tests/sys/cddl/zfs/include/ |
| H A D | commands.txt | 40 # General Solaris Commands 186 # ZFS Commands
|
| /freebsd-12.1/contrib/mandoc/ |
| H A D | msec.in | 25 LINE("1", "FreeBSD General Commands Manual")
|
| /freebsd-12.1/etc/ |
| H A D | master.passwd | 7 bin:*:3:7::0:0:Binaries Commands and Source:/:/usr/sbin/nologin
|
| /freebsd-12.1/contrib/sendmail/contrib/ |
| H A D | etrn.0 | 1 System Administration Commands etrn(1M)
|
| /freebsd-12.1/contrib/openresolv/ |
| H A D | resolvconf.in | 87 Commands: 107 Subscriber and System Init Commands:
|