Home
last modified time | relevance | path

Searched refs:_kbhit (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/dports/devel/cc65/cc65-2.19/libsrc/geos-common/conio/
H A Dkbhit.s8 .export _kbhit
12 _kbhit: label
/dports/devel/cc65/cc65-2.19/libsrc/atari/
H A Dkbhit.s7 .export _kbhit
12 .proc _kbhit label
/dports/devel/cc65/cc65-2.19/libsrc/pet/
H A Dkbhit.s7 .export _kbhit
12 .proc _kbhit label
/dports/devel/cc65/cc65-2.19/libsrc/apple2/
H A Dkbhit.s8 .export _kbhit
12 _kbhit: label
/dports/devel/cc65/cc65-2.19/libsrc/vic20/
H A Dkbhit.s7 .export _kbhit
12 .proc _kbhit label
/dports/devel/cc65/cc65-2.19/libsrc/c64/
H A Dkbhit.s7 .export _kbhit
12 .proc _kbhit label
/dports/devel/cc65/cc65-2.19/libsrc/cbm510/
H A Dkbhit.s7 .export _kbhit
11 .proc _kbhit label
/dports/devel/cc65/cc65-2.19/libsrc/cbm610/
H A Dkbhit.s7 .export _kbhit
11 .proc _kbhit label
/dports/devel/cc65/cc65-2.19/libsrc/atmos/
H A Dkbhit.s7 .export _kbhit
11 _kbhit: label
/dports/devel/cc65/cc65-2.19/libsrc/c128/
H A Dkbhit.s7 .export _kbhit
12 .proc _kbhit label
/dports/devel/cc65/cc65-2.19/libsrc/plus4/
H A Dkbhit.s7 .export _kbhit
12 .proc _kbhit label
/dports/devel/cc65/cc65-2.19/libsrc/c16/
H A Dkbhit.s7 .export _kbhit
12 .proc _kbhit label
/dports/devel/cc65/cc65-2.19/libsrc/cx16/
H A Dkbhit.s8 .export _kbhit
13 .proc _kbhit label
H A Dcgetc.s10 .import _kbhit, cursor, GETIN
16 _cgetc: jsr _kbhit
/dports/audio/sidplay2/sidplay-2.0.9/src/
H A Dkeyboard.cpp217 if (_kbhit ()) in keyboard_decode()
229 if (!_kbhit ()) in keyboard_decode()
241 int _kbhit (void) in _kbhit() function
/dports/devel/jwasm/JWasm-f0a2fdd/Samples/
H A DWin64_6.asm15 externdef _kbhit : near
30 call _kbhit
H A DWin64_6p.asm18 _kbhit proto label
32 invoke _kbhit
/dports/security/libfido2/libfido2-1.9.0/openbsd-compat/
H A Dreadpassphrase_win32.c82 while (_kbhit()) (void)_getch(); in readpassphrase()
95 if (_kbhit()) (void)_getch(); /* read linefeed if its there */ in readpassphrase()
/dports/devel/cc65/cc65-2.19/libsrc/osic1p/
H A Dcgetc.s7 .import _kbhit
27 jsr _kbhit ; get input character in A
/dports/devel/cc65/cc65-2.19/libsrc/lynx/
H A Dkbhit.s7 .export _kbhit
31 _kbhit: label
H A Dcgetc.s8 .import _kbhit
23 jsr _kbhit ; Check for char available
/dports/devel/z88dk/z88dk/libsrc/stdio/
H A Dkbhit.asm5 PUBLIC _kbhit
14 _kbhit: label
/dports/archivers/zoo/zoo-2.10.1_4/
H A Daddbftcc.c69 call near ptr _kbhit
95 extrn _kbhit:near
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/test/
H A Dnb_io_win32.c40 return _kbhit(); in nb_char_available()
/dports/audio/ft2play/ft2play-5730b16/ft2play/src/
H A Dposix.h29 bool _kbhit(void);

12345678910>>...12