Searched refs:lastmsg (Results 1 – 2 of 2) sorted by relevance
1121 static double lastmsg = 0.0; in check_autorepeat() local1134 if (msgcnt < mmax || dnow() > lastmsg + mwt) { in check_autorepeat()1156 lastmsg = dnow(); in check_autorepeat()1377 static double lastmsg = 0.0; in check_xevents()1381 if (1 && now > lastmsg + 300.0) { in check_xevents()1393 lastmsg = now; in check_xevents()
953 QString lastmsg = pos2; in processMsg() local954 lastmsg.truncate(40); in processMsg()955 textLastMessage->setText(lastmsg); in processMsg()