Home
last modified time | relevance | path

Searched refs:sig_channel_destroyed (Results 1 – 8 of 8) sorted by relevance

/dports/irc/irssi-xmpp/irssi-xmpp-0.54/src/fe-text/xep/
H A Dtext-muc.c90 sig_channel_destroyed(MUC_REC *channel) in sig_channel_destroyed() function
107 signal_add("channel destroyed", sig_channel_destroyed); in text_muc_init()
117 signal_remove("channel destroyed", sig_channel_destroyed); in text_muc_deinit()
/dports/irc/irssi/irssi-1.2.3/src/irc/core/
H A Dirc-channels.c232 static void sig_channel_destroyed(IRC_CHANNEL_REC *channel) in sig_channel_destroyed() function
248 signal_add("channel destroyed", (SIGNAL_FUNC) sig_channel_destroyed); in irc_channels_init()
266 signal_remove("channel destroyed", (SIGNAL_FUNC) sig_channel_destroyed); in irc_channels_deinit()
H A Dchannels-query.c133 static void sig_channel_destroyed(IRC_CHANNEL_REC *channel) in sig_channel_destroyed() function
494 signal_add("channel destroyed", (SIGNAL_FUNC) sig_channel_destroyed); in channels_query_init()
508 signal_remove("channel destroyed", (SIGNAL_FUNC) sig_channel_destroyed); in channels_query_deinit()
H A Dirc-commands.c876 static void sig_channel_destroyed(IRC_CHANNEL_REC *channel) in sig_channel_destroyed() function
1050 signal_add("channel destroyed", (SIGNAL_FUNC) sig_channel_destroyed); in irc_commands_init()
1117 signal_remove("channel destroyed", (SIGNAL_FUNC) sig_channel_destroyed); in irc_commands_deinit()
/dports/irc/irssi/irssi-1.2.3/src/fe-common/core/
H A Dfe-common-core.c119 static void sig_channel_destroyed(CHANNEL_REC *channel) in sig_channel_destroyed() function
208 signal_add_last("channel destroyed", (SIGNAL_FUNC) sig_channel_destroyed); in fe_common_core_init()
254 signal_remove("channel destroyed", (SIGNAL_FUNC) sig_channel_destroyed); in fe_common_core_deinit()
H A Dchat-completion.c1205 static void sig_channel_destroyed(CHANNEL_REC *channel) in sig_channel_destroyed() function
1286 signal_add("channel destroyed", (SIGNAL_FUNC) sig_channel_destroyed); in chat_completion_init()
1325 signal_remove("channel destroyed", (SIGNAL_FUNC) sig_channel_destroyed); in chat_completion_deinit()
/dports/irc/irssi-xmpp/irssi-xmpp-0.54/src/core/xep/
H A Dmuc.c245 sig_channel_destroyed(MUC_REC *channel) in sig_channel_destroyed() function
384 signal_add("channel destroyed", sig_channel_destroyed); in muc_init()
396 signal_remove("channel destroyed",sig_channel_destroyed); in muc_deinit()
/dports/irc/irssi/irssi-1.2.3/src/core/
H A Dnicklist.c466 static void sig_channel_destroyed(CHANNEL_REC *channel) in sig_channel_destroyed() function
590 signal_add("channel destroyed", (SIGNAL_FUNC) sig_channel_destroyed); in nicklist_init()
596 signal_remove("channel destroyed", (SIGNAL_FUNC) sig_channel_destroyed); in nicklist_deinit()