Symbol: score
games/adventure/done.c
116
printf("\n\n\nYou scored %d out of a ", (sc = score()));
games/adventure/extern.h
41
int score(void);
games/adventure/main.c
388
printf(" %d out of a possible ", score());
games/atc/log.c
160
SCORE score[100], thisscore;
games/atc/log.c
187
score[num_scores].name,
games/atc/log.c
188
score[num_scores].host,
games/atc/log.c
189
score[num_scores].game,
games/atc/log.c
190
&score[num_scores].planes,
games/atc/log.c
191
&score[num_scores].time,
games/atc/log.c
192
&score[num_scores].real_time);
games/atc/log.c
222
if (strcmp(thisscore.name, score[i].name) == 0 &&
games/atc/log.c
223
strcmp(thisscore.host, score[i].host) == 0 &&
games/atc/log.c
224
strcmp(thisscore.game, score[i].game) == 0) {
games/atc/log.c
225
if (thisscore.time > score[i].time) {
games/atc/log.c
226
score[i].time = thisscore.time;
games/atc/log.c
227
score[i].planes = thisscore.planes;
games/atc/log.c
228
score[i].real_time =
games/atc/log.c
238
if (thisscore.time > score[i].time) {
games/atc/log.c
241
(void)memcpy(&score[num_scores - 1],
games/atc/log.c
242
&score[i], sizeof (score[i]));
games/atc/log.c
243
(void)memcpy(&score[i], &thisscore,
games/atc/log.c
244
sizeof (score[i]));
games/atc/log.c
251
(void)memcpy(&score[num_scores], &thisscore,
games/atc/log.c
252
sizeof (score[num_scores]));
games/atc/log.c
262
qsort(score, (size_t)num_scores, sizeof (*score),
games/atc/log.c
267
score[i].name, score[i].host,
games/atc/log.c
268
score[i].game, score[i].planes,
games/atc/log.c
269
score[i].time, score[i].real_time);
games/atc/log.c
303
cp = strchr(score[i].host, '.');
games/atc/log.c
307
score[i].name, score[i].host, score[i].game,
games/atc/log.c
308
score[i].time, timestr(score[i].real_time),
games/atc/log.c
309
score[i].planes);
games/battlestar/command6.c
147
int score;
games/battlestar/command6.c
149
score = max(max(pleasure, power), ego);
games/battlestar/command6.c
150
if (score == pleasure) {
games/battlestar/command6.c
151
if (score < 5)
games/battlestar/command6.c
153
else if (score < 20)
games/battlestar/command6.c
155
else if (score < 35)
games/battlestar/command6.c
159
} else if (score == power) {
games/battlestar/command6.c
160
if (score < 5)
games/battlestar/command6.c
162
else if (score < 8)
games/battlestar/command6.c
164
else if (score < 13)
games/battlestar/command6.c
166
else if (score < 22)
games/battlestar/command6.c
171
if (score < 5)
games/battlestar/command6.c
173
else if (score < 10)
games/battlestar/command6.c
175
else if (score < 20)
games/cribbage/crib.c
340
if (score(mycrib))
games/cribbage/crib.c
69
static int score(BOOLEAN);
games/dab/board.cc
214
_scrn->score(i, p);
games/dab/board.h
71
void score(size_t i, const PLAYER& p); // Post score
games/dab/gamescreen.h
66
virtual void score(size_t l, const PLAYER& p) = 0; // Post current score
games/dab/main.cc
74
b.score(i, *p[i]);
games/dab/main.cc
79
b.score(i, *p[i]);
games/dab/main.cc
87
b.score(0, *p[0]);
games/dab/main.cc
88
b.score(1, *p[1]);
games/dab/player.cc
67
int score;
games/dab/player.cc
75
switch (score = b.domove(y, x, dir, _who)) {
games/dab/player.cc
87
_score += score;
games/dab/ttyscrn.h
55
void score(size_t s, const PLAYER& p);
games/hunt/huntd/execute.c
471
int size, PLAYER *owner, IDENT *score, int expl, char over)
games/hunt/huntd/execute.c
487
bp->b_score = score;
games/larn/global.c
31
extern int score[], dropflag;
games/larn/scores.c
181
winr[i].taxes = winr[i].score = sco[i].score = 0;
games/larn/scores.c
211
if (winr[i].score > 0) {
games/larn/scores.c
237
if (winr[i].score > 0) { /* search for a winning
games/larn/scores.c
265
if (winr[i].score != 0) {
games/larn/scores.c
278
if (p->score) {
games/larn/scores.c
281
(long) p->score, (long) p->hardlev, (long) p->timeused, p->who);
games/larn/scores.c
304
if (sco[i].score != 0) {
games/larn/scores.c
314
if (sco[j].score) {
games/larn/scores.c
317
(long) sco[j].score, (long) sco[j].hardlev, sco[j].who);
games/larn/scores.c
412
if ((sco[i].order < 0) && (sco[i].score >= jdat)) {
games/larn/scores.c
414
jdat = sco[i].score;
games/larn/scores.c
42
long score; /* the score of the player */
games/larn/scores.c
422
if ((winr[i].order < 0) && (winr[i].score >= jdat)) {
games/larn/scores.c
424
jdat = winr[i].score;
games/larn/scores.c
441
newscore(long score, char *whoo, int whyded, int winner)
games/larn/scores.c
453
sco[i].score = 0;
games/larn/scores.c
454
taxes = score * TAXRATE;
games/larn/scores.c
455
score += 100000 * c[HARDGAME]; /* bonus for winning */
games/larn/scores.c
462
new1sub(score, i, whoo, taxes);
games/larn/scores.c
471
new1sub(score, i, whoo, taxes);
games/larn/scores.c
481
new2sub(score, i, whoo, whyded);
games/larn/scores.c
490
new2sub(score, i, whoo, whyded);
games/larn/scores.c
507
new1sub(long score, int i, char *whoo, long taxes)
games/larn/scores.c
512
if ((score >= p->score) || (c[HARDGAME] > p->hardlev)) {
games/larn/scores.c
514
p->score = score;
games/larn/scores.c
531
new2sub(long score, int i, char *whoo, int whyded)
games/larn/scores.c
536
if ((score >= p->score) || (c[HARDGAME] > p->hardlev)) {
games/larn/scores.c
538
p->score = score;
games/larn/scores.c
55
long score; /* the score of the player */
games/larn/scores.c
66
long score; /* the players score */
games/larn/scores.c
674
logg.score = c[GOLD];
games/larn/scores.c
785
lprintf("Score: %ld, Diff: %ld, %s %s on %ld at %s", (long) (logg.score), (long) (logg.diff), logg.who, logg.what, (long) (logg.cavelev), p + 4);
games/quiz/quiz.c
281
score(rights, wrongs, guesses);
games/quiz/quiz.c
302
score(rights, wrongs, guesses);
games/quiz/quiz.c
73
static void score(unsigned, unsigned, unsigned);
games/robots/main.c
187
score(score_wfd);
games/robots/robots.h
125
void score(int);
games/sail/dr_2.c
262
new = score(f, t, temp, tempmax, rakeme);
games/sail/dr_2.c
275
new = score(f, t, temp, tempmax, rakeme);
games/sail/dr_2.c
290
new = score(f, t, temp, tempmax, rakeme);
games/sail/dr_2.c
51
static int score(struct ship *, struct ship *, char *, size_t, int);
games/snake/snake/snake.c
512
short score = iscore;
games/snake/snake/snake.c
542
return (score > oldbest ? 1 : 0);
games/snake/snake/snake.c
546
if (score > oldbest) {
games/snake/snake/snake.c
548
write(rawscores, &score, sizeof(short));
games/snake/snake/snake.c
555
if (score > allbscore) {
games/snake/snake/snake.c
557
write(rawscores, &score, sizeof(short));
games/snake/snscore/snscore.c
101
players[noplayers].scores = score;
games/snake/snscore/snscore.c
71
short uid, score;
games/snake/snscore/snscore.c
93
if(fread(&score, sizeof(short), 1, fd) == 0)
games/snake/snscore/snscore.c
95
if (score > 0) {
games/tetris/scores.c
676
if (score > sp->hs_score) {
games/tetris/scores.c
680
sp->hs_score = score; /* new score */
games/tetris/scores.c
683
} else if (score == sp->hs_score) {
games/tetris/scores.c
694
sp->hs_score = score;
games/tetris/scores.c
941
sp->hs_score == score &&
games/tetris/screen.c
308
if (score != curscore) {
games/tetris/screen.c
314
(void) printf("Score: %d", score);
games/tetris/screen.c
315
curscore = score;
games/tetris/tetris.c
243
score++;
games/tetris/tetris.c
305
score++;
games/tetris/tetris.c
313
score++;
games/tetris/tetris.c
327
score, score == 1 ? "" : "s", level, score * level);
games/tetris/tetris.c
72
int score; /* the obvious thing */
games/tetris/tetris.h
167
extern int score; /* the obvious thing */
games/trek/computer.c
220
score();
games/trek/lose.c
85
score();
games/trek/trek.h
487
long score(void);
games/trek/win.c
73
s = score();
games/warp/score.h
48
void score(void);
games/warp/warp.c
391
score();
games/worm/worm.c
214
printf("Your final score was %d\n\n", score);
games/worm/worm.c
240
printf("Your final score was %d\n\n", score);
games/worm/worm.c
328
score += growing;
games/worm/worm.c
331
wprintw(stw, "Score: %3d", score);
games/worm/worm.c
78
static int score = 0;
sys/dev/audio/audio.c
6794
int score;
sys/dev/audio/audio.c
6855
score = (query.fmt.priority & 3) * 0x100;
sys/dev/audio/audio.c
6859
score += 0x20;
sys/dev/audio/audio.c
6863
score += 0x10;
sys/dev/audio/audio.c
6868
score += query.fmt.channels;
sys/dev/audio/audio.c
6870
if (score < cand_score) {
sys/dev/audio/audio.c
6872
score, cand_score);
sys/dev/audio/audio.c
6877
cand_score = score;
sys/dev/usb/uchcom.c
647
uint32_t score, try;
sys/dev/usb/uchcom.c
654
score = abs((int)rate4x - rates4x[i] / try);
sys/dev/usb/uchcom.c
655
if (score < best) {
sys/dev/usb/uchcom.c
656
best = score;
sys/dev/wsfont/wsfont.c
616
int score = 20000;
sys/dev/wsfont/wsfont.c
621
score++;
sys/dev/wsfont/wsfont.c
638
score -= uimin(font->fontwidth - width, 9999);
sys/dev/wsfont/wsfont.c
640
score -= 10000;
sys/dev/wsfont/wsfont.c
643
score -= uimin(width - font->fontwidth, 9999);
sys/dev/wsfont/wsfont.c
645
score -= 10000;
sys/dev/wsfont/wsfont.c
657
return (score);
sys/dev/wsfont/wsfont.c
664
int score, bestscore = 0;
sys/dev/wsfont/wsfont.c
667
score = wsfont_matches(ent->font, name,
sys/dev/wsfont/wsfont.c
669
if (score > bestscore) {
sys/dev/wsfont/wsfont.c
670
bestscore = score;
sys/net80211/ieee80211_node.c
1636
int best_score = 0, score;
sys/net80211/ieee80211_node.c
1658
score = 1;
sys/net80211/ieee80211_node.c
1661
score = 2;
sys/net80211/ieee80211_node.c
1665
if (score > best_score) {
sys/net80211/ieee80211_node.c
1667
best_score = score;
sys/netinet/in_selsrc.c
244
in_score(const in_score_src_t *score_src, int *score, int *scorelenp,
sys/netinet/in_selsrc.c
251
score[i] = (*score_src[i])(src, preference, idx, dst);
sys/netinet/in_selsrc.c
271
in_score_println(int *score, int scorelen)
sys/netinet/in_selsrc.c
277
printf("%s%d", delim, score[i]);
sys/netinet/in_selsrc.c
304
int best_score[IN_SCORE_SRC_MAX], score[IN_SCORE_SRC_MAX];
sys/netinet/in_selsrc.c
357
in_score(score_src, score, NULL, &src->sin_addr,
sys/netinet/in_selsrc.c
364
in_score_println(score, scorelen);
sys/netinet/in_selsrc.c
368
if (in_score_cmp(score, best_score, scorelen) > 0) {
sys/netinet/in_selsrc.c
369
(void)memcpy(best_score, score, sizeof(best_score));
usr.sbin/makemandb/apropos-utils.c
534
double score = (tf * idf->value) / (k + tf);
usr.sbin/makemandb/apropos-utils.c
535
sqlite3_result_double(pctx, score);