Home
last modified time | relevance | path

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

/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_tkl.c904 if (type & TKL_KILL) in _tkl_typetochar()
910 if (type & TKL_KILL) in _tkl_typetochar()
919 if (type & TKL_KILL) in _tkl_typetochar()
1141 if (tmp->type & TKL_KILL) in _tkl_expire()
1152 if (tmp->type & TKL_KILL) in _tkl_expire()
1791 if (tk->type == (TKL_KILL)) in _tkl_stats()
1840 if (tk->type & TKL_KILL) in _tkl_synch()
1931 type = TKL_KILL; in _m_tkl()
2093 case TKL_KILL: in _m_tkl()
2198 type = TKL_KILL; in _m_tkl()
[all …]
H A Dm_stats.c565 tkl_stats(sptr, TKL_GLOBAL|TKL_KILL, para); in stats_gline()
1168 tkl_stats(sptr, TKL_KILL, NULL); in stats_kline()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dstruct.h886 #define TKL_KILL 0x0001 macro
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Ds_conf.c286 { TKL_GLOBAL|TKL_KILL, "gline" },
5327 if (ca->type & TKL_KILL || ca->type & TKL_ZAP || ca->type & TKL_SHUN) in create_tkl_except_ii()