Home
last modified time | relevance | path

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

/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_message.c929 if ((badword->type & BADW_TYPE_FAST_L) && (badword->type & BADW_TYPE_FAST_R)) in fast_badword_match()
940 if (!(badword->type & BADW_TYPE_FAST_R)) in fast_badword_match()
999 if (!(badword->type & BADW_TYPE_FAST_R) && (pold+searchn != endw)) { in fast_badword_replace()
H A Dm_stats.c1036 (words->type & BADW_TYPE_FAST_R) ? "*" : "", in stats_badwords()
1050 (words->type & BADW_TYPE_FAST_R) ? "*" : "", in stats_badwords()
1065 (words->type & BADW_TYPE_FAST_R) ? "*" : "", in stats_badwords()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dstruct.h1349 #define BADW_TYPE_FAST_R 0x4 macro
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Ds_conf.c5994 ca->type |= BADW_TYPE_FAST_R; in _conf_badword()