Home
last modified time | relevance | path

Searched refs:fLastAlert (Results 1 – 3 of 3) sorted by relevance

/dports/games/openlierox/OpenLieroX/src/server/
H A DCHideAndSeek.cpp55 TimeDiff fLastAlert[MAX_WORMS]; // The last time the worms were seen by other worms member in CHideAndSeek
70 fLastAlert[i] = 0; in PrepareGame()
159 if(fLastAlert[i] + TimeDiff((float)tLXOptions->tGameInfo.features[FT_HS_AlertTime]) < GameTime) in Simulate()
241 fLastAlert[worm->getID()] = cServer->getServerTime(); in Show()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/imap/src/
H A DnsImapServerResponseParser.cpp49 fLastAlert = nullptr; in nsImapServerResponseParser()
71 PR_Free(fLastAlert); in ~nsImapServerResponseParser()
1679 (!fLastAlert || PL_strcmp(fNextToken, fLastAlert))) { in resp_text_code()
1681 PR_Free(fLastAlert); in resp_text_code()
1682 fLastAlert = PL_strdup(alertMsg); in resp_text_code()
H A DnsImapServerResponseParser.h256 char* fLastAlert; /* used to avoid displaying the same alert over and over */ variable