Home
last modified time | relevance | path

Searched refs:command_sender (Results 1 – 25 of 43) sorted by relevance

12

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/wxfred2/
H A Dmission.h122 wxString command_sender; variable
176 command_sender = ""; in Reset_header()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/qtfred/src/mission/dialogs/
H A DMissionSpecDialogModel.cpp60 _m_command_sender = The_mission.command_sender; in initializeData()
140 strcpy_s(The_mission.command_sender, _m_command_sender.substr(1).c_str()); in apply()
142 strcpy_s(The_mission.command_sender, _m_command_sender.c_str()); in apply()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/renderer/mac/
H A DInfolistWindow.mm73 bool SendUsageStatsEvent(client::SendCommandInterface *command_sender,
75 if (command_sender == nullptr) {
82 return command_sender->SendCommand(command, &dummy_output);
H A DCandidateView.h79 (mozc::client::SendCommandInterface *)command_sender;
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/renderer/mac/
H A DInfolistWindow.mm73 bool SendUsageStatsEvent(client::SendCommandInterface *command_sender,
75 if (command_sender == nullptr) {
82 return command_sender->SendCommand(command, &dummy_output);
H A DCandidateView.h79 (mozc::client::SendCommandInterface *)command_sender;
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/renderer/mac/
H A DInfolistWindow.mm73 bool SendUsageStatsEvent(client::SendCommandInterface *command_sender,
75 if (command_sender == nullptr) {
82 return command_sender->SendCommand(command, &dummy_output);
H A DCandidateView.h79 (mozc::client::SendCommandInterface *)command_sender;
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/renderer/mac/
H A DInfolistWindow.mm73 bool SendUsageStatsEvent(client::SendCommandInterface *command_sender,
75 if (command_sender == nullptr) {
82 return command_sender->SendCommand(command, &dummy_output);
H A DCandidateView.h79 (mozc::client::SendCommandInterface *)command_sender;
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/renderer/mac/
H A DInfolistWindow.mm73 bool SendUsageStatsEvent(client::SendCommandInterface *command_sender,
75 if (command_sender == nullptr) {
82 return command_sender->SendCommand(command, &dummy_output);
H A DCandidateView.h79 (mozc::client::SendCommandInterface *)command_sender;
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/renderer/mac/
H A DInfolistWindow.mm73 bool SendUsageStatsEvent(client::SendCommandInterface *command_sender,
75 if (command_sender == nullptr) {
82 return command_sender->SendCommand(command, &dummy_output);
H A DCandidateView.h79 (mozc::client::SendCommandInterface *)command_sender;
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dinfolist_window.cc73 bool SendUsageStatsEvent(client::SendCommandInterface *command_sender, in SendUsageStatsEvent() argument
75 if (command_sender == nullptr) { in SendUsageStatsEvent()
83 return command_sender->SendCommand(command, &dummy_output); in SendUsageStatsEvent()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dinfolist_window.cc73 bool SendUsageStatsEvent(client::SendCommandInterface *command_sender, in SendUsageStatsEvent() argument
75 if (command_sender == nullptr) { in SendUsageStatsEvent()
83 return command_sender->SendCommand(command, &dummy_output); in SendUsageStatsEvent()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dinfolist_window.cc73 bool SendUsageStatsEvent(client::SendCommandInterface *command_sender, in SendUsageStatsEvent() argument
75 if (command_sender == nullptr) { in SendUsageStatsEvent()
83 return command_sender->SendCommand(command, &dummy_output); in SendUsageStatsEvent()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dinfolist_window.cc73 bool SendUsageStatsEvent(client::SendCommandInterface *command_sender, in SendUsageStatsEvent() argument
75 if (command_sender == nullptr) { in SendUsageStatsEvent()
83 return command_sender->SendCommand(command, &dummy_output); in SendUsageStatsEvent()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dinfolist_window.cc73 bool SendUsageStatsEvent(client::SendCommandInterface *command_sender, in SendUsageStatsEvent() argument
75 if (command_sender == nullptr) { in SendUsageStatsEvent()
83 return command_sender->SendCommand(command, &dummy_output); in SendUsageStatsEvent()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dinfolist_window.cc73 bool SendUsageStatsEvent(client::SendCommandInterface *command_sender, in SendUsageStatsEvent() argument
75 if (command_sender == nullptr) { in SendUsageStatsEvent()
83 return command_sender->SendCommand(command, &dummy_output); in SendUsageStatsEvent()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/mission/
H A Dmissionparse.h136 char command_sender[NAME_LENGTH]; member
179 command_sender[ 0 ] = '\0'; in Reset()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/mission/
H A Dmissionparse.h163 char command_sender[NAME_LENGTH]; member
205 command_sender[ 0 ] = '\0'; in Reset()
H A Dmissionmessage.cpp1659 …if ( !stricmp(who_from, The_mission.command_sender) && (m_persona != -1) && (Personas[m_persona].f… in message_queue_message()
1827 who_from = The_mission.command_sender; in message_send_unique_to_player()
1848 who_from = The_mission.command_sender; in message_send_unique_to_player()
2055 who_from = The_mission.command_sender; in message_send_builtin_to_player()
2066 if ( !stricmp(who_from, The_mission.command_sender) && (type == MESSAGE_REARM_ON_WAY) ){ in message_send_builtin_to_player()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/fred2/
H A Dmissionnotesdlg.cpp386 strcpy_s(The_mission.command_sender, m_command_sender.Mid(1)); in OnOK()
388 strcpy_s(The_mission.command_sender, m_command_sender); in OnOK()
508 m_command_sender = The_mission.command_sender; in OnInitDialog()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/fred2/
H A Dmissionnotesdlg.cpp344 strcpy_s(The_mission.command_sender, m_command_sender.Mid(1)); in OnOK()
346 strcpy_s(The_mission.command_sender, m_command_sender); in OnOK()
469 m_command_sender = The_mission.command_sender; in OnInitDialog()

12