Searched defs:msg_badread (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dcommon.c653 qboolean msg_badread; variable
658 msg_badread = false;
666 // returns -1 and sets msg_badread if no more characters are available
673 msg_badread = true;
689 msg_badread = true;
705 msg_badread = true;
723 msg_badread = true;
/external/quake/quake/src/WinQuake/
H A Dcommon.cpp598 qboolean msg_badread; variable
603 msg_badread = false;
606 // returns -1 and sets msg_badread if no more characters are available
613 msg_badread = true;
629 msg_badread = true;
645 msg_badread = true;
663 msg_badread = true;

Completed in 22 milliseconds