HomeSort by relevance Sort by last modified time
    Searched defs:msg_badread (Results 1 - 3 of 3) sorted by null

  /external/quake/quake/src/QW/client/
common.c 653 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;
    [all...]
  /external/quake/quake/src/WinQuake/
common.cpp 598 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;
    [all...]
  /gdk/samples/quake/jni/
common.cpp 598 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;
    [all...]

Completed in 223 milliseconds