Home
last modified time | relevance | path

Searched defs:who_from (Results 1 – 20 of 20) sorted by relevance

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/mission/
H A Dmissionmessage.cpp152 char who_from[NAME_LENGTH]; // who this message is from member
1279 char who_from[NAME_LENGTH]; in message_queue_process() local
1592 void message_queue_message( int message_num, int priority, int timing, char *who_from, int source, … in message_queue_message()
1815 char *who_from; in message_send_unique_to_player() local
1904 char *who_from; in message_send_builtin_to_player() local
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/mission/
H A Dmissionmessage.cpp143 char who_from[NAME_LENGTH]; // who this message is from member
1289 SCP_string who_from; in message_queue_process() local
1644 void message_queue_message( int message_num, int priority, int timing, const char *who_from, int so… in message_queue_message()
1869 const char *who_from; in message_send_unique_to_player() local
1956 const char *who_from; in message_send_builtin_to_player() local
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/network/
H A Dmulti_team.cpp185 void multi_team_process_team_change_request(net_player *pl,net_player *who_from,int team) in multi_team_process_team_change_request()
H A Dmulti_voice.cpp1170 short who_from; in multi_voice_process_data() local
H A Dmultiutil.cpp2383 void multi_process_valid_join_request(join_request *jr, net_addr *who_from, int ingame_join_team) in multi_process_valid_join_request()
H A Dmultimsgs.cpp3531 void send_mission_message_packet( int id, const char *who_from, int priority, int timing, int sourc… in send_mission_message_packet()
3567 char who_from[NAME_LENGTH]; in process_mission_message_packet() local
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/network/
H A Dmulti_team.cpp191 void multi_team_process_team_change_request(net_player *pl,net_player *who_from,int team) in multi_team_process_team_change_request()
H A Dmulti_voice.cpp1163 short who_from; in multi_voice_process_data() local
H A Dmultiutil.cpp2437 void multi_process_valid_join_request(join_request *jr, net_addr *who_from, int ingame_join_team) in multi_process_valid_join_request()
H A Dmultimsgs.cpp3397 void send_mission_message_packet( int id, char *who_from, int priority, int timing, int source, int… in send_mission_message_packet()
3432 char who_from[NAME_LENGTH]; in process_mission_message_packet() local
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dwindow.c73 u_char *who_from = (u_char *) 0; /* nick of person who's message variable
762 u_char *who_from; /* saved from */ member
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dwindow.c77 char *who_from = (char *) 0; /* nick of person who's message variable
861 char *who_from; /* saved from */ member
/dports/irc/ircII/ircii-20210314/source/
H A Dscreen.c572 u_char *who_from = current_who_from(); in add_to_screen() local
H A Dwindow.c168 static u_char *who_from = NULL; /* nick of person whose message variable
1461 u_char *who_from; /* saved from */ member
/dports/irc/epic5/epic5-2.1.6/source/
H A Dwindow.c99 const char *who_from = (char *) 0; variable
3044 const char * who_from; member
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dwindow.c45 const char *who_from = NULL; variable
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dwindow.c45 const char *who_from = NULL; variable
/dports/irc/epic4/epic4-2.10.9/source/
H A Dwindow.c96 const char *who_from = (char *) 0; variable
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/parse/
H A Dsexp.cpp10728 void sexp_send_one_message( char *name, char *who_from, char *priority, int group, int delay ) in sexp_send_one_message()
10807 char *name, *who_from, *priority, *tmp; in sexp_send_message() local
10831 char *name, *who_from, *priority; in sexp_send_message_list() local
10877 char *name, *who_from, *priority; in sexp_send_random_message() local
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/parse/
H A Dsexp.cpp12557 void sexp_send_one_message( const char *name, const char *who_from, const char *priority, int group… in sexp_send_one_message()
12642 auto who_from = CTEXT(n); in sexp_send_message() local
12688 auto who_from = CTEXT(n); in sexp_send_message_list() local
12734 auto who_from = CTEXT(n); in sexp_send_random_message() local