Home
last modified time | relevance | path

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

/dports/irc/evangeline/evangeline/src/
H A Dflags.c90 res |= LOG_LEV2; in logmodes()
155 if (x & LOG_LEV2) in masktype()
215 if (x & LOG_LEV2) in maskname()
H A Devangeline.h438 #define LOG_LEV2 0x000400 /* 2 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()
1248 LOG_FILES | LOG_LEV1 | LOG_LEV2 | 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.c90 res |= LOG_LEV2; in logmodes()
155 if (x & LOG_LEV2) in masktype()
215 if (x & LOG_LEV2) in maskname()
H A Devangeline.h438 #define LOG_LEV2 0x000400 /* 2 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()
1248 LOG_FILES | LOG_LEV1 | LOG_LEV2 | 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.c114 res |= LOG_LEV2; in logmodes()
184 if (x & LOG_LEV2) in masktype()
248 if (x & LOG_LEV2) in maskname()
H A Deggdrop.h611 #define LOG_LEV2 0x000400 /* 2 user log level */ macro
H A Duserrec.c924 md &= ~(LOG_FILES | LOG_LEV1 | LOG_LEV2 | LOG_LEV3 | LOG_LEV4 | in check_conflags()