OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curscore
(Results
1 - 7
of
7
) sorted by relevancy
/src/games/warp/
score.h
23
EXT long
curscore
;
variable in typeref:typename:EXT long
move.c
324
curscore
+= 5000;
362
curscore
+= 10000;
373
curscore
+= 10000;
412
curscore
+= curobj->mass;
419
curscore
+= curobj->mass*3/2;
427
curscore
+= curobj->mass;
429
curscore
+= curobj->mass*3;
439
curscore
+= curobj->mass/2;
441
curscore
+= curobj->mass*2;
469
curscore
+= 10
[
all
...]
score.c
365
if ((!damage || !damflag[dam]) &&
curscore
!= oldcurscore) {
366
snprintf(spbuf, sizeof(spbuf), "%9ld",
curscore
);
368
oldcurscore =
curscore
;
382
if (
curscore
> possiblescore)
383
curscore
= possiblescore;
398
effectscore = ((double)
curscore
/ possiblescore) *
421
bonuses += tmp = (long) (((double)
curscore
/ possiblescore) *
474
curscore
/= 10;
479
snprintf(spbuf, sizeof(spbuf), "Points this round: %10ld",
curscore
);
483
totalscore = lastscore +
curscore
+ bonuses
[
all
...]
init.c
60
curscore
= possiblescore = 0L;
/src/games/cribbage/
support.c
207
prpeg(int
curscore
, int pegc, BOOLEAN myturn)
216
if (
curscore
<= 0 ||
curscore
>= glimit) {
219
if (
curscore
== 0)
226
x = (
curscore
- 1) % 30;
227
if (
curscore
> 90 || (
curscore
> 30 &&
curscore
<= 60)) {
235
mvprintw(SCORE_Y + (myturn ? 7 : 1), SCORE_X + 10, "%3d",
curscore
);
crib.c
631
prtable(int
curscore
)
634
mvwprintw(Tablewin, (Tcnt + 2) * 2, Tcnt + 1, "%2d",
curscore
);
/src/games/tetris/
screen.c
61
static int
curscore
;
variable in typeref:typename:int
279
curscore
= -1;
308
if (score !=
curscore
) {
315
curscore
= score;
Completed in 13 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025