Home
last modified time | relevance | path

Searched refs:SupportSJ3 (Results 1 – 4 of 4) sorted by relevance

/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_sjoin.c222 if (SupportSJOIN(cptr) && !SupportSJ3(cptr) && in CMD_FUNC()
225 if (SupportSJOIN2(cptr) && !SupportSJ3(cptr) && in CMD_FUNC()
228 if (SupportSJ3(cptr) && (parc < 6)) in CMD_FUNC()
231 if (SupportSJ3(cptr)) in CMD_FUNC()
H A Dm_server.c1001 else if (SupportSJOIN(cptr) && !SupportSJ3(cptr)) in m_server_synch()
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Dsend.c837 if ((opt & OPT_NOT_SJ3) && SupportSJ3(cptr)) in sendto_serv_butone_token_opt()
847 if ((opt & OPT_SJ3) && !SupportSJ3(cptr)) in sendto_serv_butone_token_opt()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dstruct.h539 #define SupportSJ3(x) (CHECKPROTO(x, PROTO_SJ3)) macro