HomeSort by: relevance | last modified time | path
    Searched refs:hs_time (Results 1 - 2 of 2) sorted by relevancy

  /src/games/tetris/
scores.h 79 time_t hs_time; /* time at game end */ member in struct:highscore
scores.c 307 scores[i].hs_time = read64(buf[i].hso_time, doflip);
338 scores[i].hs_time =
367 scores[i].hs_time = read32(buf[i].hso50_time, doflip);
620 buf[i].hso_time = scores[i].hs_time;
681 sp->hs_time = now; /* and time */
686 sp->hs_time = now; /* renew it */
695 sp->hs_time = now;
759 if (a->hs_time < b->hs_time)
761 if (a->hs_time > b->hs_time
    [all...]

Completed in 17 milliseconds