Home
last modified time | relevance | path

Searched refs:last_msg (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/lib/Perl/Lint/Policy/ErrorHandling/
H A DRequireCarping.pm41 my %last_msg;
49 %last_msg = (type => 'not_raw', data => $token_data);
52 %last_msg = (type => 'not_raw', data => $tokens->[$i+=2]->{data});
55 %last_msg = (type => 'raw', data => $token_data);
58 %last_msg = (type => 'raw', data => $tokens->[$i+=2]->{data});
61 %last_msg = (type => 'heredoc', data => $token_data);
74 my $last_msg_type = $last_msg{type};
75 my $last_msg_data = $last_msg{data};
139 %last_msg = ();
/dports/graphics/aloadimage/arcan-0.6.1/tests/exercises/set_3/set3_1/
H A Dset3_1.lua22 if (valid_vid(last_msg)) then
23 delete_image(last_msg);
26 last_msg = render_text([[\ffonts/default.ttf,18 ]] ..
28 if (valid_vid(last_msg)) then
29 show_image(last_msg);
/dports/sysutils/acfgfs/arcan-0.6.1/tests/exercises/set_3/set3_1/
H A Dset3_1.lua22 if (valid_vid(last_msg)) then
23 delete_image(last_msg);
26 last_msg = render_text([[\ffonts/default.ttf,18 ]] ..
28 if (valid_vid(last_msg)) then
29 show_image(last_msg);
/dports/x11/aclip/arcan-0.6.1/tests/exercises/set_3/set3_1/
H A Dset3_1.lua22 if (valid_vid(last_msg)) then
23 delete_image(last_msg);
26 last_msg = render_text([[\ffonts/default.ttf,18 ]] ..
28 if (valid_vid(last_msg)) then
29 show_image(last_msg);
/dports/x11/arcan-trayicon/arcan-0.6.1/tests/exercises/set_3/set3_1/
H A Dset3_1.lua22 if (valid_vid(last_msg)) then
23 delete_image(last_msg);
26 last_msg = render_text([[\ffonts/default.ttf,18 ]] ..
28 if (valid_vid(last_msg)) then
29 show_image(last_msg);
/dports/net/bredbandskollen/bbk-7b810a6/src/examples/020_cliclient/
H A Dcliclient.cpp57 std::string last_msg; member in MyClient
70 std::cerr << std::string(last_msg.size(), '\010') << msg; in newEventFromAgent()
71 if (last_msg.size() > msg.size()) { in newEventFromAgent()
73 size_t n = static_cast<size_t>(last_msg.size()-msg.size()); in newEventFromAgent()
76 last_msg = msg; in newEventFromAgent()
/dports/games/hinversi/hinversi-0.8.2/human-cli/
H A Dmain.c133 int last_msg = 0; in main() local
167 last_msg = getRingIndex(); in main()
182 printf("%s ", getMessage(last_msg)); in main()
183 last_msg = incIndex(last_msg); in main()
184 } while (last_msg != msg_count); in main()
/dports/devel/py-qtconsole/qtconsole-5.1.1/qtconsole/tests/
H A Dtest_comms.py62 self.last_msg = None
67 self.last_msg = msg['content']['data']
71 self.last_msg = msg['content']['data']
89 assert handler.last_msg == 'open'
95 assert handler.last_msg == 'message'
101 assert handler.last_msg == 'close'
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/mpm/lib/types/
H A Dlog_buf.cpp36 auto last_msg = _buf.front(); in pop() local
38 return std::make_tuple(last_msg.log_level, last_msg.component, last_msg.message); in pop()
/dports/games/yadex/yadex-1.7.0/src/
H A Dpic2img.cc435 size_t last_msg = AL_ASIZE_T_MAX; in flush_msg() local
449 last_msg = n; in flush_msg()
453 if (_msg_list[last_msg].arg != _msg_list[n].arg - 1) in flush_msg()
457 if (last_msg != first_msg) in flush_msg()
458 warn ("-%d", (int) _msg_list[last_msg].arg); in flush_msg()
461 last_msg = n; in flush_msg()
464 last_msg = n; in flush_msg()
472 if (last_msg != first_msg) in flush_msg()
473 warn ("-%d", (int) _msg_list[last_msg].arg); in flush_msg()
/dports/mail/qpopper/qpopper4.1.0/popper/
H A Dpop_dele.c96 if ( p->last_msg < mp->visible_num ) in delete_msg()
97 p->last_msg = mp->visible_num; in delete_msg()
135 if ( mp->retr_flag && p->last_msg < mp->visible_num ) in undelete_msg()
136 p->last_msg = mp->visible_num; in undelete_msg()
/dports/misc/morse/morse-1.4-154-g53f9eaa8/src/morse/middleware/mavlink/
H A Dabstract_mavlink.py59 last_msg = None
63 last_msg = self._msg
66 if not last_msg:
68 self._msg = last_msg
/dports/dns/py-namebench/namebench-1.3.1/libnamebench/
H A Dcli.py44 self.last_msg = (None, None, None, None)
52 if self.last_msg == (msg, count, total, error):
65 elif self.last_msg[0] != msg:
70 last_count = self.last_msg[1]
84 self.last_msg = (msg, count, total, error)
/dports/www/qutebrowser/qutebrowser-2.4.0/tests/end2end/features/
H A Dtest_notifications_bdd.py72 msg = notification_server.last_msg()
78 msg = notification_server.last_msg()
85 msg = notification_server.last_msg()
94 msg = notification_server.last_msg()
/dports/chinese/eterm/Eterm-0.9.6/src/
H A De.c152 static char *last_msg = NULL; in enl_ipc_send() local
160 ASSERT(last_msg != NULL); in enl_ipc_send()
161 str = last_msg; in enl_ipc_send()
164 if (last_msg) { in enl_ipc_send()
165 FREE(last_msg); in enl_ipc_send()
167 last_msg = STRDUP(str); in enl_ipc_send()
/dports/x11/eterm/Eterm-0.9.6/src/
H A De.c152 static char *last_msg = NULL; in enl_ipc_send() local
160 ASSERT(last_msg != NULL); in enl_ipc_send()
161 str = last_msg; in enl_ipc_send()
164 if (last_msg) { in enl_ipc_send()
165 FREE(last_msg); in enl_ipc_send()
167 last_msg = STRDUP(str); in enl_ipc_send()
/dports/japanese/eterm/Eterm-0.9.6/src/
H A De.c152 static char *last_msg = NULL; in enl_ipc_send() local
160 ASSERT(last_msg != NULL); in enl_ipc_send()
161 str = last_msg; in enl_ipc_send()
164 if (last_msg) { in enl_ipc_send()
165 FREE(last_msg); in enl_ipc_send()
167 last_msg = STRDUP(str); in enl_ipc_send()
/dports/net/reaver/reaver-wps-fork-t6x-1.6.6/src/
H A Dexchange.c41 enum wps_type packet_type = UNKNOWN, last_msg = UNKNOWN; in do_wps_exchange() local
70 if(packet_type != WPS_PT_DEAUTH && packet_type > last_msg) in do_wps_exchange()
72 last_msg = packet_type; in do_wps_exchange()
228 if(last_msg == M3 || last_msg == M5) in do_wps_exchange()
249 (last_msg == M3 || last_msg == M5)) in do_wps_exchange()
/dports/irc/srain/srain-1.1.0/src/sui/
H A Dsui_message_list.c54 SuiMessage *last_msg; // Current last message member
173 if (self->last_msg in sui_message_list_append_message()
174 && (G_OBJECT_TYPE(msg) == G_OBJECT_TYPE(self->last_msg))) { in sui_message_list_append_message()
175 sui_message_compose_next(self->last_msg, msg); in sui_message_list_append_message()
176 sui_message_compose_prev(msg, self->last_msg); in sui_message_list_append_message()
178 self->last_msg = msg; in sui_message_list_append_message()
204 if (!self->last_msg) { in sui_message_list_prepend_message()
205 self->last_msg = msg; in sui_message_list_prepend_message()
/dports/graphics/sdump/sdump-c5fb55b/
H A Dloader.h58 char last_msg[JMSG_LENGTH_MAX]; in my_jpeg_exit() local
61 (*cinfo->err->format_message)(cinfo, last_msg); in my_jpeg_exit()
62 logging(ERROR, "libjpeg: %s\n", last_msg); in my_jpeg_exit()
69 char last_msg[JMSG_LENGTH_MAX]; in my_jpeg_error() local
71 (*cinfo->err->format_message)(cinfo, last_msg); in my_jpeg_error()
72 logging(ERROR, "libjpeg: %s\n", last_msg); in my_jpeg_error()
77 char last_msg[JMSG_LENGTH_MAX]; in my_jpeg_warning() local
79 (*cinfo->err->format_message)(cinfo, last_msg); in my_jpeg_warning()
82 logging(WARN, "libjpeg: %s\n", last_msg); in my_jpeg_warning()
86 logging(WARN, "libjpeg: %s\n", last_msg); in my_jpeg_warning()
/dports/irc/bitlbee/bitlbee-3.6/tests/
H A Dcheck_jabber_util.c16 budw1->last_msg = time(NULL) - 100; in check_buddy_add()
19 budw2->last_msg = time(NULL); in check_buddy_add()
21 budw3->last_msg = time(NULL) - 200; in check_buddy_add()
65 budw1->last_msg -= 50; in check_buddy_add()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/alpha/kernel/
H A Dsys_jensen.c146 static unsigned int last_msg = 0, last_cc = 0; in jensen_device_interrupt()
153 if (cc - last_msg > ((JENSEN_CYCLES_PER_SEC) * 3) || in jensen_device_interrupt()
158 last_msg = cc; in jensen_device_interrupt()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/alpha/kernel/
H A Dsys_jensen.c146 static unsigned int last_msg = 0, last_cc = 0; in jensen_device_interrupt()
153 if (cc - last_msg > ((JENSEN_CYCLES_PER_SEC) * 3) || in jensen_device_interrupt()
158 last_msg = cc; in jensen_device_interrupt()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/alpha/kernel/
H A Dsys_jensen.c146 static unsigned int last_msg = 0, last_cc = 0; in jensen_device_interrupt()
153 if (cc - last_msg > ((JENSEN_CYCLES_PER_SEC) * 3) || in jensen_device_interrupt()
158 last_msg = cc; in jensen_device_interrupt()
/dports/games/moria/umoria/mac/
H A Dmacio.c293 old_len = strlen(old_msg[last_msg]) + 1;
319 last_msg++;
320 if (last_msg >= MAX_SAVE_MSG)
321 last_msg = 0;
322 (void) strncpy(old_msg[last_msg], str_buff, VTYPESIZ);
323 old_msg[last_msg][VTYPESIZ - 1] = '\0';

12345678910>>...13