HomeSort by relevance Sort by last modified time
    Searched refs:key_count (Results 1 - 14 of 14) sorted by null

  /external/quake/quake/src/QW/client/
keys.h 125 extern int key_count; // incremented every key event
console.c 653 key_count = -2; // wait for a key down and up
663 } while (key_count < 0);
keys.c 42 int key_count; // incremented every key event variable
691 key_count++;
692 if (key_count <= 0)
screen.c 962 key_count = -1; // wait for a key down and up
gl_screen.c 1017 key_count = -1; // wait for a key down and up
  /external/quake/quake/src/WinQuake/
keys.h 125 extern int key_count; // incremented every key event
in_dos.cpp 451 key_count = -1;
453 key_count = 0;
471 key_count = -1;
473 key_count = 0;
console.cpp 640 key_count = -2; // wait for a key down and up
650 } while (key_count < 0);
net_comx.cpp 781 key_count = -2;
796 if (key_count == 0)
800 key_count = -2;
831 key_count = 0;
849 key_count = 0;
keys.cpp 40 int key_count; // incremented every key event variable
610 key_count++;
611 if (key_count <= 0)
gl_screen.cpp 757 key_count = -1; // wait for a key down and up
screen.cpp 763 key_count = -1; // wait for a key down and up
  /external/srec/tools/parseStringTest/
parseStringTest.c 107 size_t i, result_count, key_count; local
193 key_count = 0xffff;
194 rc = SR_SemanticResultGetKeyCount(semanticResults[0], &key_count);
195 pfprintf(fout, "parse ok (%d results) (%s) (%d)\n", result_count, trans, key_count);
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 2356 size_t k,key_count = sizeof(keys)\/sizeof(keys[0]); local
    [all...]

Completed in 449 milliseconds