Home
last modified time | relevance | path

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

/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_svso.c87 OFLAG_ADDLINE, 'X',
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Ds_svs.c81 OFLAG_ADDLINE, 'X',
H A Ds_conf.c209 OFLAG_ADDLINE, 'X',
216 { OFLAG_ADDLINE, "can_addline"},
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dstruct.h591 #define OFLAG_ADDLINE 0x00020000 /* Oper can use /addline */ macro
615 #define OPCanAddline(x) ((x)->oflag & OFLAG_ADDLINE)