Symbol: fCommand
headers/private/tracker/DirMenu.h
65
uint32 fCommand;
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Commands.cpp
143
fCommand(command)
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Commands.cpp
151
return fCommand;
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Commands.h
74
BString fCommand;
src/apps/charactermap/CharacterWindow.cpp
117
Looper()->PostMessage(fCommand);
src/apps/charactermap/CharacterWindow.cpp
122
uint32 fCommand;
src/apps/codycam/SpawningUploadClient.cpp
22
fCommand(),
src/apps/codycam/SpawningUploadClient.cpp
72
shellcmd << fCommand.c_str();
src/apps/codycam/SpawningUploadClient.cpp
87
fCommand = command;
src/apps/codycam/SpawningUploadClient.h
58
string fCommand;
src/apps/debugger/user_interface/cli/CommandLineUserInterface.cpp
56
return fCommand.Get();
src/apps/debugger/user_interface/cli/CommandLineUserInterface.cpp
61
BReference<CliCommand> fCommand;
src/apps/resedit/InlineEditor.cpp
58
new BMessage(fCommand), B_FOLLOW_ALL, B_WILL_DRAW);
src/apps/resedit/InlineEditor.cpp
81
fCommand = msg ? msg->what : 0;
src/apps/resedit/InlineEditor.cpp
89
if (msg->what == fCommand) {
src/apps/resedit/InlineEditor.h
30
uint32 fCommand;
src/kits/tracker/DirMenu.cpp
213
BMessage* message = new BMessage(fCommand);
src/kits/tracker/DirMenu.cpp
225
BNavMenu* subMenu = new BNavMenu(model.Name(), fCommand, fTarget, source);
src/kits/tracker/DirMenu.cpp
270
BMessage* message = new BMessage(fCommand);
src/kits/tracker/DirMenu.cpp
273
BNavMenu* subMenu = new BNavMenu(model.Name(), fCommand, fTarget);
src/preferences/shortcuts/ShortcutsSpec.cpp
129
fCommand(NULL),
src/preferences/shortcuts/ShortcutsSpec.cpp
145
fCommand(NULL),
src/preferences/shortcuts/ShortcutsSpec.cpp
155
SetCommand(from.fCommand);
src/preferences/shortcuts/ShortcutsSpec.cpp
167
fCommand(NULL),
src/preferences/shortcuts/ShortcutsSpec.cpp
202
delete[] fCommand;
src/preferences/shortcuts/ShortcutsSpec.cpp
206
fCommand = new char[fCommandLen];
src/preferences/shortcuts/ShortcutsSpec.cpp
207
strcpy(fCommand, command);
src/preferences/shortcuts/ShortcutsSpec.cpp
229
into->AddString("command", fCommand);
src/preferences/shortcuts/ShortcutsSpec.cpp
248
CommandActuator* act = CreateCommandActuator(fCommand);
src/preferences/shortcuts/ShortcutsSpec.cpp
280
delete[] fCommand;
src/preferences/shortcuts/ShortcutsSpec.cpp
317
temp = fCommand;
src/preferences/shortcuts/ShortcutsSpec.cpp
376
char** argv = ParseArgvFromString(fCommand, argc);
src/preferences/shortcuts/ShortcutsSpec.cpp
510
fCommand[fCommandNul - 1] = '\0';
src/preferences/shortcuts/ShortcutsSpec.cpp
538
strcpy(temp, fCommand);
src/preferences/shortcuts/ShortcutsSpec.cpp
539
delete [] fCommand;
src/preferences/shortcuts/ShortcutsSpec.cpp
540
fCommand = temp;
src/preferences/shortcuts/ShortcutsSpec.cpp
546
strncat(fCommand, bytes, fCommandLen);
src/preferences/shortcuts/ShortcutsSpec.h
78
char* fCommand;
src/tests/add-ons/mail/imap/imap_tester.cpp
220
fCommand(command)
src/tests/add-ons/mail/imap/imap_tester.cpp
226
return fCommand;
src/tests/add-ons/mail/imap/imap_tester.cpp
231
if (response.IsCommand(fCommand)) {
src/tests/add-ons/mail/imap/imap_tester.cpp
240
const char* fCommand;