Home
last modified time | relevance | path

Searched refs:Command (Results 1 – 25 of 203) sorted by relevance

123456789

/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DCommentSema.cpp61 void Sema::actOnBlockCommandArgs(BlockCommandComment *Command, in actOnBlockCommandArgs() argument
63 Command->setArgs(Args); in actOnBlockCommandArgs()
66 void Sema::actOnBlockCommandFinish(BlockCommandComment *Command, in actOnBlockCommandFinish() argument
68 Command->setParagraph(Paragraph); in actOnBlockCommandFinish()
69 checkBlockCommandEmptyParagraph(Command); in actOnBlockCommandFinish()
70 checkBlockCommandDuplicate(Command); in actOnBlockCommandFinish()
71 checkReturnsCommand(Command); in actOnBlockCommandFinish()
72 checkDeprecatedCommand(Command); in actOnBlockCommandFinish()
80 ParamCommandComment *Command = in actOnParamCommandStart() local
85 Diag(Command->getLocation(), in actOnParamCommandStart()
[all …]
DCommentCommandTraits.cpp48 StringRef Typo, const CommandInfo *Command) { in HelperTypoCorrectCommandInfo() argument
51 StringRef Name = Command->Name; in HelperTypoCorrectCommandInfo()
61 BestCommand.push_back(Command); in HelperTypoCorrectCommandInfo()
64 BestCommand.push_back(Command); in HelperTypoCorrectCommandInfo()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DCommentSema.h99 void actOnBlockCommandArgs(BlockCommandComment *Command,
102 void actOnBlockCommandFinish(BlockCommandComment *Command,
110 void actOnParamCommandDirectionArg(ParamCommandComment *Command,
115 void actOnParamCommandParamNameArg(ParamCommandComment *Command,
120 void actOnParamCommandFinish(ParamCommandComment *Command,
128 void actOnTParamCommandParamNameArg(TParamCommandComment *Command,
133 void actOnTParamCommandFinish(TParamCommandComment *Command,
189 void checkBlockCommandEmptyParagraph(BlockCommandComment *Command);
191 void checkReturnsCommand(const BlockCommandComment *Command);
195 void checkBlockCommandDuplicate(const BlockCommandComment *Command);
DCommentCommands.td5 class Command<string name> {
33 class InlineCommand<string name> : Command<name> {
37 class BlockCommand<string name> : Command<name> {
45 class VerbatimBlockCommand<string name> : Command<name> {
51 def Begin : Command<name> {
56 def End : Command<endCommandName> {
61 class VerbatimLineCommand<string name> : Command<name> {
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Driver/
DJob.cpp23 Command::Command(const Action &_Source, const Tool &_Creator, in Command() function in Command
91 void Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, in Print()
116 int Command::Execute(const StringRef **Redirects, std::string *ErrMsg, in Execute()
132 Command *Fallback_) in FallbackCommand()
133 : Command(Source_, Creator_, Executable_, Arguments_), Fallback(Fallback_) { in FallbackCommand()
138 Command::Print(OS, "", Quote, CrashReport); in Print()
152 int PrimaryStatus = Command::Execute(Redirects, ErrMsg, ExecutionFailed); in Execute()
DCompilation.cpp129 int Compilation::ExecuteCommand(const Command &C, in ExecuteCommand()
130 const Command *&FailingCommand) const { in ExecuteCommand()
173 typedef SmallVectorImpl< std::pair<int, const Command *> > FailingCommandList;
193 static bool InputsOk(const Command &C, in InputsOk()
200 if (const Command *C = dyn_cast<Command>(&J)) { in ExecuteJob()
203 const Command *FailingCommand = 0; in ExecuteJob()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Driver/
DJob.h25 class Command; variable
61 class Command : public Job {
76 Command(const Action &_Source, const Tool &_Creator, const char *_Executable,
101 class FallbackCommand : public Command {
105 Command *Fallback_);
118 OwningPtr<Command> Fallback;
DCompilation.h94 void addCommand(Command *C) { Jobs.addJob(C); } in addCommand()
163 int ExecuteCommand(const Command &C, const Command *&FailingCommand) const;
170 SmallVectorImpl< std::pair<int, const Command *> > &FailingCommands) const;
/freebsd-9-stable/usr.sbin/sysinstall/
Dcommand.c48 } Command; typedef
51 static Command *commandStack[MAX_CMDS];
89 commandStack[numCommands] = safe_malloc(sizeof(Command)); in addit()
121 sort_compare(Command *p1, Command *p2) in sort_compare()
143 Command *tmp = commandStack[j]; in command_sort()
/freebsd-9-stable/usr.sbin/sade/
Dcommand.c43 } Command; typedef
46 static Command *commandStack[MAX_CMDS];
84 commandStack[numCommands] = safe_malloc(sizeof(Command)); in addit()
116 sort_compare(Command *p1, Command *p2) in sort_compare()
138 Command *tmp = commandStack[j]; in command_sort()
/freebsd-9-stable/sys/contrib/dev/acpica/debugger/
Ddbhistry.c62 char Command[80]; member
94 ACPI_STRCPY (AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command, in AcpiDbAddToHistory()
152 AcpiGbl_HistoryBuffer[HistoryIndex].Command); in AcpiDbDisplayHistory()
204 return (AcpiGbl_HistoryBuffer[HistoryIndex].Command); in AcpiDbGetFromHistory()
/freebsd-9-stable/lib/libftpio/
Dftp.errors10 200 Command okay
11 202 Command not implemented, superfluous at this site
37 502 Command not implemented
39 504 Command not implemented for that parameter
/freebsd-9-stable/usr.sbin/pppctl/
Dpppctl.c378 char Command[LINELEN]; in main() local
558 Command[sizeof(Command)-1] = '\0'; in main()
560 if (len && len < sizeof(Command)-1) in main()
561 strcpy(Command+len++, " "); in main()
562 strncpy(Command+len, argv[arg], sizeof(Command)-len-1); in main()
563 len += strlen(Command+len); in main()
641 start = Command; in main()
/freebsd-9-stable/contrib/nvi/perl_api/
Dperl.xs444 # Perl Command: VI::Msg
461 # Perl Command: VI::EndScreen
481 # Perl Command: VI::NewScreen
512 # Perl Command: VI::FindScreen
527 # Perl Command: VI::AppendLine
550 # Perl Command: VI::DelLine
570 # Perl Command: VI::GetLine
595 # Perl Command: VI::SetLine
618 # Perl Command: VI::InsertLine
641 # Perl Command: VI::LastLine
/freebsd-9-stable/lib/libfetch/
Dftp.errors10 200 OK Command okay
11 202 PROTO Command not implemented, superfluous at this site
37 502 PROTO Command not implemented
39 504 PROTO Command not implemented for that parameter
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Frontend/
DCreateInvocationFromCommandLine.cpp66 if (Jobs.size() != 1 || !isa<driver::Command>(*Jobs.begin())) { in createInvocationFromCommandLine()
74 const driver::Command *Cmd = cast<driver::Command>(*Jobs.begin()); in createInvocationFromCommandLine()
/freebsd-9-stable/sys/dev/hptmv/
Dcommand.h38 UCHAR Command; /* IDE_COMMAND_READ, _WRITE, _VERIFY */ member
70 UCHAR Command; /* CTRL_CMD_XXX */ member
87 UCHAR Command; /* CTRL_CMD_XXX */ member
206 } Command; typedef
/freebsd-9-stable/sys/dev/ce/
Dceddk.c257 req->Command = TAU32_Rx_Data; in ce_on_receive()
340 req->Command = TAU32_Tx_Data | TAU32_Tx_FrameEnd; in ce_send_packet()
389 rreq->Command = TAU32_Rx_Data; in ce_on_config_stop()
488 req->Command = TAU32_Configure_E1; in ce_init_board()
502 req->Command = TAU32_Configure_E1; in ce_init_board()
572 req->Command = TAU32_Rx_Data; in ce_start_chan()
592 req->Command = TAU32_Configure_Commit | in ce_start_chan()
635 req->Command = TAU32_Configure_Commit | in ce_stop_chan()
637 req->Command = 0; in ce_stop_chan()
972 req->Command = TAU32_Configure_E1; in ce_set_baud()
[all …]
/freebsd-9-stable/sys/dev/aacraid/
Daacraid_reg.h76 u_int16_t Command; member
1171 u_int32_t Command; member
1210 u_int32_t Command; member
1226 u_int32_t Command; member
1234 u_int32_t Command; member
1264 u_int32_t Command; member
1358 u_int32_t Command; member
1381 u_int32_t Command; /* not FSACommand! */ member
1389 u_int32_t Command; member
1404 u_int32_t Command; /* not FSACommand! */ member
[all …]
/freebsd-9-stable/contrib/llvm/tools/llvm-objdump/
DMachODump.cpp170 MachOObjectFile::LoadCommandInfo Command = in getSectionsAndSymbols() local
174 if (Command.C.cmd == MachO::LC_FUNCTION_STARTS) { in getSectionsAndSymbols()
178 MachOObj->getLinkeditDataLoadCommand(Command); in getSectionsAndSymbols()
182 else if (Command.C.cmd == MachO::LC_SEGMENT) { in getSectionsAndSymbols()
184 MachOObj->getSegmentLoadCommand(Command); in getSectionsAndSymbols()
195 Command = MachOObj->getNextLoadCommandInfo(Command); in getSectionsAndSymbols()
/freebsd-9-stable/sys/dev/aac/
Daacreg.h141 u_int16_t Command; member
1167 u_int32_t Command; member
1183 u_int32_t Command; member
1192 u_int32_t Command; member
1222 u_int32_t Command; member
1318 u_int32_t Command; /* not FSACommand! */ member
1326 u_int32_t Command; member
1341 u_int32_t Command; /* not FSACommand! */ member
1350 u_int32_t Command; /* not FSACommand! */ member
1379 u_int32_t Command; member
/freebsd-9-stable/contrib/groff/src/preproc/refer/
DTODO95 Command to to specify which fields can occur multiple times:
98 Command to specify how various fields sort:
104 Command to specify which fields are author fields:
112 Command to set the names of months:
121 Command to control strings used in capitalization
/freebsd-9-stable/contrib/llvm/patches/
Dpatch-r279302-clang-r211785-add-fuse-ld.diff128 C.addCommand(new Command(JA, *this, Exec, CmdArgs));
137 C.addCommand(new Command(JA, *this, Exec, CmdArgs));
146 C.addCommand(new Command(JA, *this, Exec, CmdArgs));
155 C.addCommand(new Command(JA, *this, Exec, CmdArgs));
164 C.addCommand(new Command(JA, *this, Exec, CmdArgs));
173 C.addCommand(new Command(JA, *this, Exec, CmdArgs));
182 C.addCommand(new Command(JA, *this, Exec, CmdArgs));
191 C.addCommand(new Command(JA, *this, Exec, CmdArgs));
200 C.addCommand(new Command(JA, *this, Exec, CmdArgs));
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Tooling/
DJSONCompilationDatabase.cpp256 llvm::yaml::ScalarNode *Command = NULL; in parse() local
282 Command = ValueString; in parse()
295 if (!Command) { in parse()
316 CompileCommandRef(Directory, Command)); in parse()
/freebsd-9-stable/crypto/heimdal/appl/telnet/telnet/
Dcommands.c53 } Command; typedef
1993 static Command *getcmd(char *name);
1999 Command *c; in cmdrc()
2315 static Command cmdtab[] = {
2344 static Command cmdtab2[] = {
2370 static Command
2373 Command *cm; in getcmd()
2375 if ((cm = (Command *) genget(name, (char **) cmdtab, sizeof(Command)))) in getcmd()
2377 return (Command *) genget(name, (char **) cmdtab2, sizeof(Command)); in getcmd()
2383 Command *c; in command()
[all …]

123456789