Home
last modified time | relevance | path

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

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