Searched refs:firsttime (Results 1 – 3 of 3) sorted by relevance
43 int firsttime; /* if we check against the delay or repeat value */ member523 SDL_KeyRepeat.firsttime = 1; in SDL_PrivateKeyboard()544 if ( SDL_KeyRepeat.firsttime ) { in SDL_CheckKeyRepeat()547 SDL_KeyRepeat.firsttime = 0; in SDL_CheckKeyRepeat()566 SDL_KeyRepeat.firsttime = 0; in SDL_EnableKeyRepeat()
109 punycode_uint delta, punycode_uint numpoints, int firsttime ) in adapt() argument113 delta = firsttime ? delta / damp : delta >> 1; in adapt()
304 static int firsttime = 1; local306 if (firsttime) {311 firsttime = 0;