Lines Matching defs:points
245 printf("\nescaped from the dungeon with %ld points,\n",
248 printf("You escaped from the dungeon with %ld points,\n",
282 printf("You %s on dungeon level %d with %ld points,\n",
288 printf("You were level %u with a maximum of %d hit points when you %s.\n",
312 long int points;
361 t0->points = u.urexp;
371 /* assure minimum number of points */
372 if (t0->points < POINTSMIN)
373 t0->points = 0;
382 &t1->hp, &t1->maxhp, &t1->points,
384 || t1->points < POINTSMIN)
385 t1->points = 0;
386 if (rank0 < 0 && t1->points < t0->points) {
397 if (t1->points == 0)
409 HUP printf("You didn't beat your previous score of %ld points.\n\n",
410 t1->points);
422 t1->points = 0;
448 for (rank = 1; t1->points != 0; rank++, t1 = t1->tt_next) {
453 t1->hp, t1->maxhp, t1->points,
496 (void) strcpy(linebuf, "Number Points Name");
522 t1->points, t1->name);
742 &t1->hp, &t1->maxhp, &t1->points,
744 t1->points = 0;
745 if (t1->points == 0)
782 for (rank = 1; t1->points != 0; rank++, t1 = t2) {
800 total_score += t1->points;