Searched refs:timedout (Results 1 – 2 of 2) sorted by relevance
2381 int *timedout, in handle_mapping() argument2540 if (!*timedout && !(mp_match != NULL in handle_mapping()2626 && !*timedout) in handle_mapping()2912 int timedout = FALSE; // waited for more than 1 second in vgetorpeek() local3034 &keylen, &timedout, &mapdepth); in vgetorpeek()3200 timedout = TRUE; in vgetorpeek()3215 timedout = TRUE; in vgetorpeek()3327 timedout = FALSE; in vgetorpeek()3371 timedout = TRUE; in vgetorpeek()3420 if (timedout && c == ESC) in vgetorpeek()
26329 Solution: Reset "timedout" when waiting for a character. (Christian