Searched refs:score (Results 1 - 25 of 91) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/games/atc/
H A Dlog.c122 * rather than leave the score file open to tampering. */
146 SCORE score[100], thisscore; local
151 warnx("no score file available");
167 score[num_scores].name,
168 score[num_scores].host,
169 score[num_scores].game,
170 &score[num_scores].planes,
171 &score[num_scores].time,
172 &score[num_scores].real_time);
202 if (strcmp(thisscore.name, score[
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_dnsbl.c30 /* psc_dnsbl_request() requests a blocklist score for the
42 /* psc_dnsbl_retrieve() retrieves the result score requested with
44 /* is an error to retrieve a score without requesting it first.
126 * blocklist score requests when the pre-handshake delays of the connections
129 * We combine requests for the same score under the client IP address in a
131 * request for a score, and it goes down with each score retrieval. Each
132 * score has one or more requestors that need to be notified when the result
145 int total; /* combined blocklist score */
146 int refcount; /* score referenc
311 PSC_DNSBL_SCORE *score; local
346 PSC_DNSBL_SCORE *score; local
436 PSC_DNSBL_SCORE *score; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vect/
H A Dpr43430-1.c18 int score = 0; local
21 score += ((s1[x] - s1[x + stride] + s2[x + stride]) >= 0 ?
25 if (score != SUM)
/netbsd-6-1-5-RELEASE/games/dab/
H A Dplayer.cc67 int score;
75 switch (score = b.domove(y, x, dir, _who)) {
87 _score += score;
H A Dmain.cc73 b.score(i, *p[i]);
78 b.score(i, *p[i]);
86 b.score(0, *p[0]);
87 b.score(1, *p[1]);
H A Dgamescreen.h66 virtual void score(size_t l, const PLAYER& p) = 0; // Post current score
68 virtual void total(size_t l, const PLAYER& p) = 0; // Post total score
H A Dttyscrn.h55 void score(size_t s, const PLAYER& p);
64 offsscore = 0, // score y offset from top of the board
H A Dboard.h71 void score(size_t i, const PLAYER& p); // Post score
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/score/
H A Drelax.exp3 if [istarget score-*-*] then {
H A Drelax_32.exp3 if [istarget score-*-*] then {
/netbsd-6-1-5-RELEASE/games/battlestar/
H A Dcommand6.c147 int score; local
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 < 1
[all...]
/netbsd-6-1-5-RELEASE/games/larn/
H A Dscores.c17 * unction to sort the scoreboard newscore(score, whoo, whyded, winner)
18 * Function to add entry to scoreboard new1sub(score,i,whoo,taxes)
19 * Subroutine to put player into a new2sub(score,i,whoo,whyded)
21 * played larn, and what the score was diedsub(x) Subroutine to print out a
42 long score; /* the score of the player */ member in struct:scofmt
55 long score; /* the score of the player */ member in struct:wscofmt
66 long score; /* the players score */ member in struct:log_fmt
[all...]
/netbsd-6-1-5-RELEASE/games/snake/snscore/
H A Dsnscore.c71 short uid, score; local
93 if(fread(&score, sizeof(short), 1, fd) == 0)
95 if (score > 0) {
101 players[noplayers].scores = score;
/netbsd-6-1-5-RELEASE/games/trek/
H A Dlose.c50 ** The messages are printed out, the score is computed and
85 score();
H A Dwin.c51 ** your score, tells you if you have a promotion coming to you,
72 /* print and return the score */
73 s = score();
/netbsd-6-1-5-RELEASE/games/tetris/
H A Dtetris.c71 int score; /* the obvious thing */ variable
227 * bump score, and elide any full rows.
230 score++;
292 score++;
305 (void)printf("Your score: %d point%s x level %d = %d\n",
306 score, score == 1 ? "" : "s", level, score * level);
H A Dtetris.h159 * we score one point. If the shape is high up (at a low-numbered row),
161 * and we score a point for each row it falls (plus one more as soon as
165 extern int score; /* the obvious thing */
/netbsd-6-1-5-RELEASE/games/cribbage/
H A DMakefile9 SRCS= extern.c crib.c cards.c instr.c io.c score.c support.c
/netbsd-6-1-5-RELEASE/games/robots/
H A DMakefile7 play_level.c query.c rnd_pos.c score.c flush_in.c
/netbsd-6-1-5-RELEASE/games/rogue/
H A DMakefile8 room.c save.c score.c spec_hit.c throw.c trap.c use.c zap.c
/netbsd-6-1-5-RELEASE/games/worm/
H A Dworm.c79 static int score = 0; variable
121 * score if fewer than 18 columns; insufficient room for
207 printf("Your final score was %d\n\n", score);
233 printf("Your final score was %d\n\n", score);
321 score += growing;
324 wprintw(stw, "Score: %3d", score);
/netbsd-6-1-5-RELEASE/games/adventure/
H A Ddone.c54 score(void) function
116 printf("\n\n\nYou scored %d out of a ", (sc = score()));
H A Dextern.h41 int score(void);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/
H A Dtestsuite_visualization.h125 // Print out score in appropriate column.
127 int score = time.real_time(); local
128 file << tab << score; local
/netbsd-6-1-5-RELEASE/games/quiz/
H A Dquiz.c73 static void score(unsigned, unsigned, unsigned);
281 score(rights, wrongs, guesses);
302 score(rights, wrongs, guesses);
353 score(unsigned r, unsigned w, unsigned g) function
358 (void)printf(" score %d%%\n", (r + w + g) ? r * 100 / (r + w + g) : 0);

Completed in 152 milliseconds

1234