Home
last modified time | relevance | path

Searched refs:global_logtype (Results 1 – 6 of 6) sorted by relevance

/dports/irc/muh/muh-2.2a/src/
H A Dlog.c21 int global_logtype; variable
43 global_logtype = logtype; in add_log()
123 if(global_logtype) in open_logs()
135 chptr->log->logtype = global_logtype; in open_logs()
H A Dchannels.c72 if(global_logtype) in add_channel()
84 chptr->log->logtype = global_logtype; in add_channel()
H A Dlog.h46 extern int global_logtype;
/dports/irc/miau/miau-0.6.6/src/
H A Dchanlog.c40 int global_logtype; variable
64 global_logtype = type; in chanlog_add_rule()
179 if (channel->log == NULL && global_logtype) { in chanlog_open()
205 channel->log->type = global_logtype; in chanlog_open()
H A Dchanlog.h68 extern int global_logtype;
H A Dmiau.c783 if (chanlog_list.head != NULL || global_logtype != 0) { in create_dirs()
859 global_logtype = 0; /* No logging by default. */ in rehash()