Home
last modified time | relevance | path

Searched refs:w32_get_stdin_char (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/hercules/hercules-3.13/
H A Dw32util.h205 W32_DLL_IMPORT int w32_get_stdin_char ( char* pCharBuff, int wait_millisecs );
H A Ddyngui.c259 if ( ( nBytesRead = w32_get_stdin_char( pReadBuffer, nTimeoutMillsecs ) ) <= 0 ) in ReadInputData()
H A Dw32util.c1385 int w32_get_stdin_char( char* pCharBuff, int wait_millisecs ) in w32_get_stdin_char() function