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

/netbsd-current/games/warp/
H A Dscore.h21 EXT long totalscore; variable
H A Dscore.c152 totalscore = smarts = cumsmarts = wave = 0;
157 totalscore = atol(spbuf+9);
182 totalscore,smarts,cumsmarts,numents,numbases,wave);
483 totalscore = lastscore + curscore + bonuses;
484 snprintf(spbuf, sizeof(spbuf), "New point total: %10ld",totalscore);
486 if (lastscore / ENTBOUNDARY < totalscore / ENTBOUNDARY) {
491 lastscore / ENTBOUNDARY > totalscore / ENTBOUNDARY) {
495 if (lastscore / BASEBOUNDARY < totalscore / BASEBOUNDARY) {
500 lastscore / BASEBOUNDARY > totalscore / BASEBOUNDARY) {
537 realname, logname, totalscore,
[all...]
H A Dwarp.c314 if (totalscore) {
332 logname, totalscore, smarts, cumsmarts,
349 lastscore = totalscore;
H A Dsig.c177 totalscore -= possiblescore / 2;

Completed in 131 milliseconds