Home
last modified time | relevance | path

Searched refs:LastMsg (Results 1 – 25 of 32) sorted by relevance

12

/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dmisc.h55 extern LastMsg last_msg[MAX_LAST_MSG+1];
56 extern LastMsg last_dcc[MAX_LAST_MSG+1];
58 extern LastMsg last_notice[MAX_LAST_MSG+1];
62 extern LastMsg last_sent_topic[2];
63 extern LastMsg last_sent_wall[2];
64 extern LastMsg last_topic[2];
65 extern LastMsg last_wall[MAX_LAST_MSG+1];
66 extern LastMsg last_invite_channel[2];
67 extern LastMsg last_ctcp[2];
68 extern LastMsg last_ctcp_reply[2];
[all …]
H A Dstruct.h228 } LastMsg; typedef
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dmisc.h55 extern LastMsg last_msg[MAX_LAST_MSG+1];
56 extern LastMsg last_dcc[MAX_LAST_MSG+1];
58 extern LastMsg last_notice[MAX_LAST_MSG+1];
62 extern LastMsg last_sent_topic[2];
63 extern LastMsg last_sent_wall[2];
64 extern LastMsg last_topic[2];
65 extern LastMsg last_wall[MAX_LAST_MSG+1];
66 extern LastMsg last_invite_channel[2];
67 extern LastMsg last_ctcp[2];
68 extern LastMsg last_ctcp_reply[2];
[all …]
H A Dstruct.h228 } LastMsg; typedef
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/reporters/
H A Dprogress.go38 LastMsg string `json:"msg"` member
69 reporter.LastMsg = "Test Suite starting"
75 reporter.LastMsg = "Test Suite completed"
90 reporter.LastMsg = fmt.Sprintf("FAILED %v", testname)
93 reporter.LastMsg = fmt.Sprintf("PASSED %v", testname)
141 return []byte(fmt.Sprintf(`{"msg":"%v", "error":"%v"}`, reporter.LastMsg, err))
/dports/net-im/ssh-chat/ssh-chat-1.10.1/
H A Didentity.go91 if !member.LastMsg().IsZero() {
92 …out.WriteString(message.Newline + " > room/messaged: " + humantime.Since(member.LastMsg()) + " ago…
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_log/src/
H A Dcouch_log_formatter.erl72 LastMsg = case couch_log_config:get(strip_last_msg) of
80 MsgArgs = [Name, format_reason(Reason), LastMsg, State, Extra],
86 LastMsg = case couch_log_config:get(strip_last_msg) of
94 MsgArgs = [Name, StateName, format_reason(Reason), LastMsg, State, Extra],
100 LastMsg = case couch_log_config:get(strip_last_msg) of
108 MsgArgs = [ID, Name, format_reason(Reason), LastMsg, State],
/dports/emulators/almostti/AlmostTI-DougMelton-Source/EMULib/
H A DSound.c118 static int LastMsg = -1; /* Last MIDI message */ variable
281 LastMsg = -1; in InitMIDI()
316 LastMsg = -1; in TrashMIDI()
350 LastMsg=-1; in MIDILogging()
495 if(D0!=LastMsg) { LastMsg=D0;fputc(D0,MIDIOut); } in MIDIMessage()
/dports/games/libretro-fmsx/fmsx-libretro-c2c26b1/EMULib/
H A DSound.c120 static int LastMsg = -1; /* Last MIDI message */ variable
288 LastMsg = -1; in InitMIDI()
323 LastMsg = -1; in TrashMIDI()
357 LastMsg=-1; in MIDILogging()
502 if(D0!=LastMsg) { LastMsg=D0;fputc(D0,MIDIOut); } in MIDIMessage()
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dmisc.c90 LastMsg last_msg[MAX_LAST_MSG+1] = { { NULL } };
91 LastMsg last_dcc[MAX_LAST_MSG+1] = { { NULL } };
96 LastMsg last_sent_topic[2] = {{ NULL }};
97 LastMsg last_sent_wall[2] = {{ NULL }};
98 LastMsg last_topic[2] = {{ NULL }};
99 LastMsg last_wall[MAX_LAST_MSG+1] = {{ NULL }};
100 LastMsg last_invite_channel[2] = {{ NULL }};
101 LastMsg last_ctcp[2] = {{ NULL }};
102 LastMsg last_ctcp_reply[2] = {{ NULL }};
103 LastMsg last_sent_ctcp[2] = {{ NULL }};
[all …]
H A Doutput.c43 extern LastMsg last_servermsg[];
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dmisc.c90 LastMsg last_msg[MAX_LAST_MSG+1] = { { NULL } };
91 LastMsg last_dcc[MAX_LAST_MSG+1] = { { NULL } };
96 LastMsg last_sent_topic[2] = {{ NULL }};
97 LastMsg last_sent_wall[2] = {{ NULL }};
98 LastMsg last_topic[2] = {{ NULL }};
99 LastMsg last_wall[MAX_LAST_MSG+1] = {{ NULL }};
100 LastMsg last_invite_channel[2] = {{ NULL }};
101 LastMsg last_ctcp[2] = {{ NULL }};
102 LastMsg last_ctcp_reply[2] = {{ NULL }};
103 LastMsg last_sent_ctcp[2] = {{ NULL }};
[all …]
H A Doutput.c43 extern LastMsg last_servermsg[];
/dports/chinese/bitchx/bitchx-1.2.1/contrib/
H A Dmisc.c74 LastMsg last_msg[MAX_LAST_MSG+1] = { { NULL } };
75 LastMsg last_dcc[MAX_LAST_MSG+1] = { { NULL } };
76 LastMsg last_notice[MAX_LAST_MSG+1] = { { NULL } };
80 LastMsg last_sent_topic[2] = {{ NULL }};
81 LastMsg last_sent_wall[2] = {{ NULL }};
82 LastMsg last_topic[2] = {{ NULL }};
83 LastMsg last_wall[MAX_LAST_MSG+1] = {{ NULL }};
84 LastMsg last_invite_channel[2] = {{ NULL }};
85 LastMsg last_ctcp[2] = {{ NULL }};
86 LastMsg last_sent_ctcp[2] = {{ NULL }};
[all …]
/dports/irc/bitchx/bitchx-1.2.1/contrib/
H A Dmisc.c74 LastMsg last_msg[MAX_LAST_MSG+1] = { { NULL } };
75 LastMsg last_dcc[MAX_LAST_MSG+1] = { { NULL } };
76 LastMsg last_notice[MAX_LAST_MSG+1] = { { NULL } };
80 LastMsg last_sent_topic[2] = {{ NULL }};
81 LastMsg last_sent_wall[2] = {{ NULL }};
82 LastMsg last_topic[2] = {{ NULL }};
83 LastMsg last_wall[MAX_LAST_MSG+1] = {{ NULL }};
84 LastMsg last_invite_channel[2] = {{ NULL }};
85 LastMsg last_ctcp[2] = {{ NULL }};
86 LastMsg last_sent_ctcp[2] = {{ NULL }};
[all …]
/dports/polish/kadu/kadu-4.3/plugins/firewall/
H A Dfirewall-message-filter.h90 QTime LastMsg; variable
H A Dfirewall-message-filter.cpp159 LastMsg.start(); in init()
414 if (LastMsg.restart() >= DosInterval) in checkFlood()
/dports/comms/mlan3/mlan3-1.00/common/
H A Dthermo21.c244 char msg[256],LastDescription[256],LastMsg[256]; in RunThermoScript() local
267 LastMsg[0] = 0; in RunThermoScript()
289 if (strcmp(LastMsg,msg) != 0) in RunThermoScript()
292 sprintf(LastMsg,"%s",msg); in RunThermoScript()
/dports/misc/digitemp/digitemp-3.7.2/userial/
H A Dthermo21.c244 char msg[256],LastDescription[256],LastMsg[256]; in RunThermoScript() local
267 LastMsg[0] = 0; in RunThermoScript()
289 if (strcmp(LastMsg,msg) != 0) in RunThermoScript()
292 sprintf(LastMsg,"%s",msg); in RunThermoScript()
/dports/net-im/ssh-chat/ssh-chat-1.10.1/chat/message/
H A Duser.go68 func (u *User) LastMsg() time.Time { func
/dports/lang/fpc-source/fpc-3.2.2/packages/pastojs/src/
H A Dpas2jslogger.pp794 LastMsg, CurMsg: TPas2jsMessage;
801 LastMsg:=TPas2jsMessage(FMsg[0]);
804 if LastMsg.Number=CurMsg.Number then
805 …ion.Create('duplicate message number '+IntToStr(CurMsg.Number)+'. 1st="'+LastMsg.Pattern+'" 2nd="'…
806 LastMsg:=CurMsg;
H A Dpas2jspparser.pp125 raise EParserError.Create(LastMsg,Scanner.CurFilename,
/dports/lang/fpc-pastojs/fpc-3.2.2/packages/pastojs/src/
H A Dpas2jslogger.pp794 LastMsg, CurMsg: TPas2jsMessage;
801 LastMsg:=TPas2jsMessage(FMsg[0]);
804 if LastMsg.Number=CurMsg.Number then
805 …ion.Create('duplicate message number '+IntToStr(CurMsg.Number)+'. 1st="'+LastMsg.Pattern+'" 2nd="'…
806 LastMsg:=CurMsg;
H A Dpas2jspparser.pp125 raise EParserError.Create(LastMsg,Scanner.CurFilename,
/dports/devel/fpc-fcl-passrc/fpc-3.2.2/packages/fcl-passrc/tests/
H A Dtctypeparser.pas1297 …AssertEquals('Expected {'+Msg+'} '+IntToStr(MsgNumber)+', but got msg {'+Parser.LastMsg+'} '+IntTo…
1298 AssertEquals('Expected {'+Msg+'}, but got msg {'+Parser.LastMsg+'}',Msg,Parser.LastMsg);

12