Home
last modified time | relevance | path

Searched refs:LOG_LEV3 (Results 1 – 9 of 9) sorted by relevance

/dports/irc/evangeline/evangeline/src/
H A Dflags.c93 res |= LOG_LEV3; in logmodes()
157 if (x & LOG_LEV3) in masktype()
217 if (x & LOG_LEV3) in maskname()
H A Devangeline.h439 #define LOG_LEV3 0x000800 /* 3 user log level */ macro
H A Dcmds.c652 md &= ~(LOG_FILES | LOG_LEV1 | LOG_LEV2 | LOG_LEV3 | in cmd_console()
656 LOG_LEV2 | LOG_LEV3 | LOG_LEV4 | LOG_LEV5 | in cmd_console()
1249 LOG_LEV3 | LOG_LEV4 | LOG_LEV5 | in check_dcc_attrs()
1351 dcc[i].u.chat->con_flags &= ~(LOG_LEV1 | LOG_LEV2 | LOG_LEV3 | in check_dcc_chanattrs()
/dports/irc/evangeline/evangeline-msa/src/
H A Dflags.c93 res |= LOG_LEV3; in logmodes()
157 if (x & LOG_LEV3) in masktype()
217 if (x & LOG_LEV3) in maskname()
H A Devangeline.h439 #define LOG_LEV3 0x000800 /* 3 user log level */ macro
H A Dcmds.c652 md &= ~(LOG_FILES | LOG_LEV1 | LOG_LEV2 | LOG_LEV3 | in cmd_console()
656 LOG_LEV2 | LOG_LEV3 | LOG_LEV4 | LOG_LEV5 | in cmd_console()
1249 LOG_LEV3 | LOG_LEV4 | LOG_LEV5 | in check_dcc_attrs()
1351 dcc[i].u.chat->con_flags &= ~(LOG_LEV1 | LOG_LEV2 | LOG_LEV3 | in check_dcc_chanattrs()
/dports/irc/eggdrop/eggdrop-1.9.1/src/
H A Dflags.c117 res |= LOG_LEV3; in logmodes()
186 if (x & LOG_LEV3) in masktype()
250 if (x & LOG_LEV3) in maskname()
H A Deggdrop.h612 #define LOG_LEV3 0x000800 /* 3 user log level */ macro
H A Duserrec.c924 md &= ~(LOG_FILES | LOG_LEV1 | LOG_LEV2 | LOG_LEV3 | LOG_LEV4 | in check_conflags()