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 306 scores[i].hs_time = read64(buf[i].hso_time, doflip);
337 scores[i].hs_time =
366 scores[i].hs_time = read32(buf[i].hso50_time, doflip);
619 buf[i].hso_time = scores[i].hs_time;
680 sp->hs_time = now; /* and time */
685 sp->hs_time = now; /* renew it */
694 sp->hs_time = now;
758 if (a->hs_time < b->hs_time)
760 if (a->hs_time > b->hs_time
    [all...]

Completed in 34 milliseconds