Home
last modified time | relevance | path

Searched refs:CRULE_AUTO (Results 1 – 5 of 5) sorted by relevance

/dports/irc/undernet-ircu/ircu2.10.12.19/include/
H A Ds_conf.h122 CRULE_AUTO = 1, /**< CRule applies to automatic connections. */ enumerator
/dports/irc/undernet-ircu/ircu2.10.12.19/ircd/
H A Dircd_parser.y977 tconn = CRULE_AUTO;
1031 tconn = CRULE_AUTO;
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dstruct.h1164 #define CRULE_AUTO 1 macro
/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_stats.c1085 if (links->flag.type == CRULE_AUTO) in stats_denylinkauto()
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Ds_conf.c9432 deny->flag.type = CRULE_AUTO; in _conf_deny_link()