Home
last modified time | relevance | path

Searched refs:ReadCharTimed (Results 1 – 4 of 4) sorted by relevance

/dports/games/d2x/d2x-0.2.5/arch/dos/include/
H A Dcommlib.h41 int ReadCharTimed(PORT *port, int blah);
/dports/games/d2x/d2x-0.2.5/arch/dos/comm/include/
H A Dcommlib.h41 int ReadCharTimed(PORT *port, int blah);
/dports/games/d2x/d2x-0.2.5/arch/dos/comm/
H A Dcommlib.c178 int ReadCharTimed(PORT *port, int timeout) in ReadCharTimed() function
/dports/games/d2x/d2x-0.2.5/main/old/
H A Dmodem.c767 while (ReadCharTimed(com_port, 100) >= 0) in codex()