Lines Matching refs:points
312 long int points; member
361 t0->points = u.urexp; in topten()
372 if (t0->points < POINTSMIN) in topten()
373 t0->points = 0; in topten()
382 &t1->hp, &t1->maxhp, &t1->points, in topten()
384 || t1->points < POINTSMIN) in topten()
385 t1->points = 0; in topten()
386 if (rank0 < 0 && t1->points < t0->points) { in topten()
397 if (t1->points == 0) in topten()
410 t1->points); in topten()
422 t1->points = 0; in topten()
448 for (rank = 1; t1->points != 0; rank++, t1 = t1->tt_next) { in topten()
453 t1->hp, t1->maxhp, t1->points, in topten()
522 t1->points, t1->name); in outentry()
742 &t1->hp, &t1->maxhp, &t1->points, in prscore()
744 t1->points = 0; in prscore()
745 if (t1->points == 0) in prscore()
782 for (rank = 1; t1->points != 0; rank++, t1 = t2) { in prscore()
800 total_score += t1->points; in prscore()