Home
last modified time | relevance | path

Searched refs:last_sent_msg (Results 1 – 16 of 16) sorted by relevance

/dports/irc/irssi/irssi-1.2.3/src/core/
H A Dexpandos.c56 static char *last_sent_msg, *last_sent_msg_body; variable
279 return last_sent_msg; in expando_lastmymsg()
538 if (target != last_sent_msg) { in sig_message_own_private()
539 g_free_not_null(last_sent_msg); in sig_message_own_private()
540 last_sent_msg = g_strdup(target); in sig_message_own_private()
598 last_sent_msg = NULL; last_sent_msg_body = NULL; in expandos_init()
724 g_free_not_null(last_sent_msg); in expandos_deinit()
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Drtr_proto.c145 char last_sent_msg[REASON_LEN]; member
231 strlcpy(rs->last_sent_msg, msg, sizeof(rs->last_sent_msg)); in rtr_send_error()
233 memset(rs->last_sent_msg, 0, sizeof(rs->last_sent_msg)); in rtr_send_error()
1140 strlcpy(msg.last_sent_msg, rs->last_sent_msg, in rtr_show()
1141 sizeof(msg.last_sent_msg)); in rtr_show()
H A Dbgpd.h486 char last_sent_msg[REASON_LEN]; member
/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dmisc.h60 extern LastMsg last_sent_msg[MAX_LAST_MSG+1];
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dmisc.h60 extern LastMsg last_sent_msg[MAX_LAST_MSG+1];
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpctl/
H A Doutput_json.c965 if (rtr->last_sent_msg[0]) in json_rtr()
967 log_reason(rtr->last_sent_msg)); in json_rtr()
H A Doutput.c1006 if (rtr->last_sent_msg[0]) in show_rtr()
1008 log_reason(rtr->last_sent_msg)); in show_rtr()
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/
H A Dchat_control_base.py239 self.last_sent_msg = None
1019 if self.correcting and self.last_sent_msg:
1020 correct_id = self.last_sent_msg
H A Dgroupchat_control.py1508 self.last_sent_msg = event.message_id
1540 if self.correcting and self.last_sent_msg:
1541 correct_id = self.last_sent_msg
H A Dchat_control.py644 self.last_sent_msg = event.message_id
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dmisc.c94 LastMsg last_sent_msg[MAX_LAST_MSG+1] = {{ NULL }}; variable
168 …,convert_output_format("%G| %CLast Sent Msg: %W$0-","%s",last_sent_msg[0].last_msg?last_sent_msg[0… in BUILT_IN_COMMAND()
183 …,convert_output_format("%G. %CLast Sent Msg: %W$0-","%s",last_sent_msg[0].last_msg?last_sent_msg[0… in BUILT_IN_COMMAND()
1451 t = &last_sent_msg[0]; size = MAX_LAST_MSG; in BUILT_IN_COMMAND()
H A Dcommands.c4038 add_last_type(&last_sent_msg[0], MAX_LAST_MSG, NULL, NULL, target[i].nick_list, copy); in BX_send_text()
/dports/chinese/bitchx/bitchx-1.2.1/contrib/
H A Dmisc.c78 LastMsg last_sent_msg[MAX_LAST_MSG+1] = {{ NULL }}; variable
154 …,convert_output_format("%G| %CLast Sent Msg: %W$0-","%s",last_sent_msg[0].last_msg?last_sent_msg[0… in BUILT_IN_COMMAND()
169 …,convert_output_format("%G. %CLast Sent Msg: %W$0-","%s",last_sent_msg[0].last_msg?last_sent_msg[0… in BUILT_IN_COMMAND()
1515 t = &last_sent_msg[0]; size = MAX_LAST_MSG; in BUILT_IN_COMMAND()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dmisc.c94 LastMsg last_sent_msg[MAX_LAST_MSG+1] = {{ NULL }}; variable
168 …,convert_output_format("%G| %CLast Sent Msg: %W$0-","%s",last_sent_msg[0].last_msg?last_sent_msg[0… in BUILT_IN_COMMAND()
183 …,convert_output_format("%G. %CLast Sent Msg: %W$0-","%s",last_sent_msg[0].last_msg?last_sent_msg[0… in BUILT_IN_COMMAND()
1451 t = &last_sent_msg[0]; size = MAX_LAST_MSG; in BUILT_IN_COMMAND()
H A Dcommands.c4038 add_last_type(&last_sent_msg[0], MAX_LAST_MSG, NULL, NULL, target[i].nick_list, copy); in BX_send_text()
/dports/irc/bitchx/bitchx-1.2.1/contrib/
H A Dmisc.c78 LastMsg last_sent_msg[MAX_LAST_MSG+1] = {{ NULL }}; variable
154 …,convert_output_format("%G| %CLast Sent Msg: %W$0-","%s",last_sent_msg[0].last_msg?last_sent_msg[0… in BUILT_IN_COMMAND()
169 …,convert_output_format("%G. %CLast Sent Msg: %W$0-","%s",last_sent_msg[0].last_msg?last_sent_msg[0… in BUILT_IN_COMMAND()
1515 t = &last_sent_msg[0]; size = MAX_LAST_MSG; in BUILT_IN_COMMAND()