Home
last modified time | relevance | path

Searched refs:GotProtoctl (Results 1 – 2 of 2) sorted by relevance

/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_protoctl.c92 int first_protoctl = (GotProtoctl(sptr)) ? 0 : 1; /**< First PROTOCTL we receive? Special ;) */ in CMD_FUNC()
100 if (GotProtoctl(sptr)) in CMD_FUNC()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dstruct.h421 #define GotProtoctl(x) ((x)->flags & FLAGS_PROTOCTL) macro