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

/haiku/src/apps/resedit/
H A DInlineEditor.cpp55 fCommand(M_INLINE_TEXT)
58 new BMessage(fCommand), B_FOLLOW_ALL, B_WILL_DRAW);
81 fCommand = msg ? msg->what : 0;
89 if (msg->what == fCommand) {
H A DInlineEditor.h30 uint32 fCommand; member in class:InlineEditor
/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.cpp129 fCommand(NULL),
145 fCommand(NULL),
155 SetCommand(from.fCommand);
167 fCommand(NULL),
202 delete[] fCommand;
206 fCommand = new char[fCommandLen];
207 strcpy(fCommand, command);
229 into->AddString("command", fCommand);
248 CommandActuator* act = CreateCommandActuator(fCommand);
280 delete[] fCommand;
[all...]
H A DShortcutsSpec.h78 char* fCommand; member in class:ShortcutsSpec
79 uint32 fCommandLen; // number of bytes in fCommand buffer
80 uint32 fCommandNul; // index of the NUL byte in fCommand
/haiku/src/apps/codycam/
H A DSpawningUploadClient.cpp22 fCommand(),
45 // fCommand += " ";
46 // fCommand += server;
72 shellcmd << fCommand.c_str();
87 fCommand = command;
H A DSpawningUploadClient.h58 string fCommand; member in class:SpawningUploadClient
/haiku/headers/private/tracker/
H A DDirMenu.h65 uint32 fCommand; member in class:BPrivate::BDirMenu
/haiku/src/tests/add-ons/mail/imap/
H A Dimap_tester.cpp220 fCommand(command)
226 return fCommand;
231 if (response.IsCommand(fCommand)) {
240 const char* fCommand; member in class:RawCommand
/haiku/src/kits/tracker/
H A DDirMenu.cpp71 fCommand(command)
218 BMessage* message = new BMessage(fCommand);
276 BMessage* message = new BMessage(fCommand);
/haiku/src/apps/debugger/user_interface/cli/
H A DCommandLineUserInterface.cpp45 fCommand(command)
56 return fCommand.Get();
61 BReference<CliCommand> fCommand; member in struct:CommandLineUserInterface::CommandEntry
/haiku/src/apps/charactermap/
H A DCharacterWindow.cpp105 fCommand(command)
117 Looper()->PostMessage(fCommand);
122 uint32 fCommand; member in class:EscapeMessageFilter
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DCommands.cpp143 fCommand(command)
151 return fCommand;
H A DCommands.h74 BString fCommand; member in class:IMAP::RawCommand

Completed in 355 milliseconds