Searched refs:getchar_timeout (Results 1 – 1 of 1) sorted by relevance
41 static int getchar_timeout ( unsigned long timeout ) { in getchar_timeout() function71 while ( ( character = getchar_timeout ( GETKEY_TIMEOUT ) ) >= 0 ) { in getkey()