Searched refs:hs_time (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/games/tetris/
H A Dscores.h45 time_t hs_time; /* time at game end */ member in struct:highscore
H A Dscores.c162 sp->hs_time = now; /* and time */
167 sp->hs_time = now; /* renew it */
176 sp->hs_time = now;
239 if (a->hs_time < b->hs_time)
241 if (a->hs_time > b->hs_time)
299 sp->hs_time + EXPIRATION >= now) ||
352 sp->hs_time = 0;
354 sp->hs_time
[all...]

Completed in 118 milliseconds