Home
last modified time | relevance | path

Searched refs:kbhit (Results 1 – 25 of 881) sorted by relevance

12345678910>>...36

/dports/devel/raylib/raylib-3.7.0/examples/others/
H A Draudio_standalone.c65 static int kbhit(void); // Check if a key has been pressed
68 #define kbhit _kbhit macro
95 if (kbhit()) key = getch(); in main()
123 static int kbhit(void) in kbhit() function
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Tools/Utils/
H A Dconio.cc54 int kbhit() { return ::_kbhit(); } in kbhit() function
69 int kbhit() { return ::kbhit(); } in kbhit() function
101 int kbhit(void) in kbhit() function
218 while ( !OpenMesh::Utils::kbhit() ) in main()
/dports/japanese/jed/jed-B0.99-8__J067/src/
H A Di386.c27 #define kbhit() _bios_keybrd(_NKEYBRD_READY) macro
86 (!kbhit()) in sys_getkey()
123 if (kbhit()) return 1; in sys_input_pending()
128 if (kbhit() in sys_input_pending()
329 while (kbhit()) in i386_check_kbd()
/dports/editors/jed/jed-0.99-19/src/
H A Di386.c27 #define kbhit() _bios_keybrd(_NKEYBRD_READY) macro
84 (!kbhit()) in sys_getkey()
121 if (kbhit()) return 1; in sys_input_pending()
126 if (kbhit() in sys_input_pending()
330 while (kbhit()) in i386_check_kbd()
/dports/devel/z88dk/z88dk/libsrc/stdio/
H A Dkbhit.asm1 MODULE kbhit
4 PUBLIC kbhit
13 kbhit: label
/dports/math/sc-im/sc-im-0.8.2/examples/ui_example/
H A Dtui.c45 int kbhit() { in kbhit() function
69 i=kbhit(); in ui_getch()
96 i=kbhit(); in ui_getch_b()
/dports/archivers/lzop/lzop-1.04/src/
H A Dframes.c112 while (!screen->kbhit(screen)) in recolor_line()
114 while (screen->kbhit(screen)) in recolor_line()
220 for (j = 0; !(hit = screen->kbhit(screen)) && j < 10; j++) in screen_show_frames()
225 if (!(hit = screen->kbhit(screen))) in screen_show_frames()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/third_party/bnlib/test/
H A Dkbmsdos.c68 while(kbhit()) in kbFlush()
74 } while (kbhit()); in kbFlush()
/dports/security/pgpin/pgp263in/src/
H A Dsystem.h26 int kbhit();
35 int kbhit(void);
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/ac/
H A Drecord.h33 #undef kbhit
37 #define kbhit rec_kbhit macro
/dports/games/vitetris/vitetris-0.59.1/src/input/
H A Dinp_con.c14 if (!kbhit()) in kb_readkey()
43 while (kbhit()) in kb_flushinp()
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/interface/
H A Dnpsyn_c.c96 static int kbhit(void);
308 static int kbhit(void){ in kbhit() function
349 if(kbhit()){
352 if(kbhit()){
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/interface/
H A Dnpsyn_c.c96 static int kbhit(void);
308 static int kbhit(void){
349 if(kbhit()){
352 if(kbhit()){
/dports/audio/timidity++-gtk/TiMidity++-2.15.0/interface/
H A Dnpsyn_c.c96 static int kbhit(void);
308 static int kbhit(void){ in kbhit() function
349 if(kbhit()){
352 if(kbhit()){
/dports/audio/timidity++/TiMidity++-2.15.0/interface/
H A Dnpsyn_c.c96 static int kbhit(void);
308 static int kbhit(void){ in kbhit() function
349 if(kbhit()){
352 if(kbhit()){
/dports/audio/timidity++-xaw/TiMidity++-2.15.0/interface/
H A Dnpsyn_c.c96 static int kbhit(void);
308 static int kbhit(void){ in kbhit() function
349 if(kbhit()){
352 if(kbhit()){
/dports/audio/timidity++-xskin/TiMidity++-2.15.0/interface/
H A Dnpsyn_c.c96 static int kbhit(void);
308 static int kbhit(void){ in kbhit() function
349 if(kbhit()){
352 if(kbhit()){
/dports/audio/timidity++-motif/TiMidity++-2.15.0/interface/
H A Dnpsyn_c.c96 static int kbhit(void);
308 static int kbhit(void){ in kbhit() function
349 if(kbhit()){
352 if(kbhit()){
/dports/audio/timidity++-slang/TiMidity++-2.15.0/interface/
H A Dnpsyn_c.c96 static int kbhit(void);
308 static int kbhit(void){
349 if(kbhit()){
352 if(kbhit()){
/dports/audio/timidity++-emacs/TiMidity++-2.15.0/interface/
H A Dnpsyn_c.c96 static int kbhit(void);
308 static int kbhit(void){ in kbhit() function
349 if(kbhit()){
352 if(kbhit()){
/dports/devel/cc65/cc65-2.19/samples/geos/
H A Dgeosconio.c38 while (!kbhit()) { }; in main()
43 while (!kbhit()) { }; in main()
/dports/games/cake/cake_src/cake/fmod/
H A Dwincompat.h25 #define _kbhit kbhit
47 static inline int kbhit(){ in kbhit() function
/dports/emulators/ucon64/ucon64-2.2.2-src/src/misc/
H A Dterm.h70 extern int kbhit (void); // may only be used after init_conio()!
120 extern int kbhit (void);
/dports/audio/musepack/musepack_src_r475/mpcenc/
H A Dkeyboard.c36 if ( !kbhit () ) in CheckKeyKeep()
47 if ( !kbhit () ) in CheckKey()
/dports/games/bloodfrontier/bloodfrontier/src/include/
H A Dwincompat.h25 #define _kbhit kbhit
47 static inline int kbhit(){ in kbhit() function

12345678910>>...36