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

/openbsd-current/games/atc/
H A Dlog.c143 SCORE score[NUM_SCORES], thisscore; local
169 strlcpy(thisscore.name, name, sizeof(thisscore.name));
177 strlcpy(thisscore.game, cp, sizeof(thisscore.game));
179 thisscore.time = clck;
180 thisscore.planes = safe_planes;
181 thisscore.real_time = time(0) - start_time;
184 if (strcmp(thisscore.name, score[i].name) == 0 &&
185 strcmp(thisscore
[all...]

Completed in 97 milliseconds