Home
last modified time | relevance | path

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

/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_links.c95 int flat = (FLAT_MAP && !IsAnOper(sptr)) ? 1 : 0; in CMD_FUNC()
H A Dm_lusers.c90 flatmap = (FLAT_MAP && !IsAnOper(sptr)) ? 1 : 0; in CMD_FUNC()
H A Dm_map.c205 if (FLAT_MAP && !IsAnOper(sptr)) in CMD_FUNC()
H A Dm_who.c739 int flat = (FLAT_MAP && !IsAnOper(sptr)) ? 1 : 0; in send_who_reply()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Ddynconf.h189 #define FLAT_MAP iConf.flat_map macro