HomeSort by: relevance | last modified time | path
    Searched defs:score (Results 1 - 25 of 90) sorted by relevancy

1 2 3 4

  /src/games/adventure/
done.c 54 score(void) function in typeref:typename:int
116 printf("\n\n\nYou scored %d out of a ", (sc = score()));
done.c 54 score(void) function in typeref:typename:int
116 printf("\n\n\nYou scored %d out of a ", (sc = score()));
done.c 54 score(void) function in typeref:typename:int
116 printf("\n\n\nYou scored %d out of a ", (sc = score()));
  /src/games/dab/
player.cc 67 int score; local in function:PLAYER::domove
75 switch (score = b.domove(y, x, dir, _who)) {
87 _score += score;
player.cc 67 int score; local in function:PLAYER::domove
75 switch (score = b.domove(y, x, dir, _who)) {
87 _score += score;
player.cc 67 int score; local in function:PLAYER::domove
75 switch (score = b.domove(y, x, dir, _who)) {
87 _score += score;
ttyscrn.cc 171 void TTYSCRN::score(size_t s, const PLAYER& p) function in class:TTYSCRN
ttyscrn.cc 171 void TTYSCRN::score(size_t s, const PLAYER& p) function in class:TTYSCRN
ttyscrn.cc 171 void TTYSCRN::score(size_t s, const PLAYER& p) function in class:TTYSCRN
board.cc 209 // Post the score in the current game for player i
210 void BOARD::score(size_t i, const PLAYER& p) function in class:BOARD
214 _scrn->score(i, p);
225 // Post the total score for player i
233 // Post the total score for player i
  /src/games/trek/
score.c 1 /* $NetBSD: score.c,v 1.11 2009/05/25 00:39:45 dholland Exp $ */
35 static char sccsid[] = "@(#)score.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: score.c,v 1.11 2009/05/25 00:39:45 dholland Exp $");
47 ** PRINT OUT THE CURRENT SCORE
70 score(void) function in typeref:typename:long
77 printf("\n*** Your score:\n");
score.c 1 /* $NetBSD: score.c,v 1.11 2009/05/25 00:39:45 dholland Exp $ */
35 static char sccsid[] = "@(#)score.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: score.c,v 1.11 2009/05/25 00:39:45 dholland Exp $");
47 ** PRINT OUT THE CURRENT SCORE
70 score(void) function in typeref:typename:long
77 printf("\n*** Your score:\n");
score.c 1 /* $NetBSD: score.c,v 1.11 2009/05/25 00:39:45 dholland Exp $ */
35 static char sccsid[] = "@(#)score.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: score.c,v 1.11 2009/05/25 00:39:45 dholland Exp $");
47 ** PRINT OUT THE CURRENT SCORE
70 score(void) function in typeref:typename:long
77 printf("\n*** Your score:\n");
  /src/games/robots/
score.c 1 /* $NetBSD: score.c,v 1.24 2021/04/13 01:50:46 mrg Exp $ */
35 static char sccsid[] = "@(#)score.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: score.c,v 1.24 2021/04/13 01:50:46 mrg Exp $");
56 static SCORE Top[MAXSCORES];
61 static void set_name(SCORE *);
65 * Read the score file in MI format
70 SCORE *scp;
91 * Write the score file in MI format
96 SCORE *scp;
115 * score
120 score(int score_wfd) function in typeref:typename:void
    [all...]
score.c 1 /* $NetBSD: score.c,v 1.24 2021/04/13 01:50:46 mrg Exp $ */
35 static char sccsid[] = "@(#)score.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: score.c,v 1.24 2021/04/13 01:50:46 mrg Exp $");
56 static SCORE Top[MAXSCORES];
61 static void set_name(SCORE *);
65 * Read the score file in MI format
70 SCORE *scp;
91 * Write the score file in MI format
96 SCORE *scp;
115 * score
120 score(int score_wfd) function in typeref:typename:void
    [all...]
score.c 1 /* $NetBSD: score.c,v 1.24 2021/04/13 01:50:46 mrg Exp $ */
35 static char sccsid[] = "@(#)score.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: score.c,v 1.24 2021/04/13 01:50:46 mrg Exp $");
56 static SCORE Top[MAXSCORES];
61 static void set_name(SCORE *);
65 * Read the score file in MI format
70 SCORE *scp;
91 * Write the score file in MI format
96 SCORE *scp;
115 * score
120 score(int score_wfd) function in typeref:typename:void
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_scariness_score.h 19 // redzone), etc. Every such feature has an int score and a string description.
20 // The overall score is the sum of all feature scores and the description
40 score = 0;
46 score += add_to_score;
48 int GetScore() const { return score; }
51 if (score && flags()->print_scariness)
52 Printf("SCARINESS: %d (%s)\n", score, descr);
54 static void PrintSimple(int score, const char *descr) {
57 SSB.Scare(score, descr);
62 int score; member in struct:__asan::ScarinessScoreBase
    [all...]
asan_scariness_score.h 19 // redzone), etc. Every such feature has an int score and a string description.
20 // The overall score is the sum of all feature scores and the description
40 score = 0;
46 score += add_to_score;
48 int GetScore() const { return score; }
51 if (score && flags()->print_scariness)
52 Printf("SCARINESS: %d (%s)\n", score, descr);
54 static void PrintSimple(int score, const char *descr) {
57 SSB.Scare(score, descr);
62 int score; member in struct:__asan::ScarinessScoreBase
    [all...]
asan_scariness_score.h 19 // redzone), etc. Every such feature has an int score and a string description.
20 // The overall score is the sum of all feature scores and the description
40 score = 0;
46 score += add_to_score;
48 int GetScore() const { return score; }
51 if (score && flags()->print_scariness)
52 Printf("SCARINESS: %d (%s)\n", score, descr);
54 static void PrintSimple(int score, const char *descr) {
57 SSB.Scare(score, descr);
62 int score; member in struct:__asan::ScarinessScoreBase
    [all...]
  /src/games/battlestar/
command6.c 147 int score; local in function:rate
149 score = max(max(pleasure, power), ego);
150 if (score == pleasure) {
151 if (score < 5)
153 else if (score < 20)
155 else if (score < 35)
159 } else if (score == power) {
160 if (score < 5)
162 else if (score < 8)
164 else if (score < 13
    [all...]
command6.c 147 int score; local in function:rate
149 score = max(max(pleasure, power), ego);
150 if (score == pleasure) {
151 if (score < 5)
153 else if (score < 20)
155 else if (score < 35)
159 } else if (score == power) {
160 if (score < 5)
162 else if (score < 8)
164 else if (score < 13
    [all...]
command6.c 147 int score; local in function:rate
149 score = max(max(pleasure, power), ego);
150 if (score == pleasure) {
151 if (score < 5)
153 else if (score < 20)
155 else if (score < 35)
159 } else if (score == power) {
160 if (score < 5)
162 else if (score < 8)
164 else if (score < 13
    [all...]
  /src/games/snake/snscore/
snscore.c 71 short uid, score; local in function:main
93 if(fread(&score, sizeof(short), 1, fd) == 0)
95 if (score > 0) {
101 players[noplayers].scores = score;
snscore.c 71 short uid, score; local in function:main
93 if(fread(&score, sizeof(short), 1, fd) == 0)
95 if (score > 0) {
101 players[noplayers].scores = score;
snscore.c 71 short uid, score; local in function:main
93 if(fread(&score, sizeof(short), 1, fd) == 0)
95 if (score > 0) {
101 players[noplayers].scores = score;

Completed in 117 milliseconds

1 2 3 4