Lines Matching refs:pp
56 PLAY *pp;
60 pp = &Player[k];
63 if (pp->safety[i] == S_PLAYED && !pp->sh_safety[i]) {
65 if (pp->coups[i])
67 pp->sh_safety[i] = TRUE;
69 show_card(14, temp, pp->battle, &pp->sh_battle);
70 show_card(16, temp, pp->speed, &pp->sh_speed);
75 if (pp->nummiles[i] == pp->sh_nummiles[i])
80 end = pp->nummiles[i];
81 for (j = pp->sh_nummiles[i]; j < end; j++)
83 pp->sh_nummiles[i] = end;
88 pp = &Player[PLAYER];
90 show_card(i + 6, temp, pp->hand[i], &pp->sh_hand[i]);
123 PLAY *pp;
127 for (pp = Player; pp < &Player[2]; pp++) {
128 x = (pp - Player) * 6 + 21;
129 show_score(1, x, pp->mileage, &pp->sh_mileage);
130 if (pp->safescore != pp->sh_safescore) {
131 mvprintw(2, x, Score_fmt, pp->safescore);
132 if (pp->safescore == 400)
136 mvprintw(4, x, Score_fmt, pp->coupscore);
137 pp->sh_safescore = pp->safescore;
142 finalscore(pp);
144 extrapolate(pp);
146 finalscore(pp);
148 show_score(11, x, pp->hand_tot, &pp->sh_hand_tot);
149 show_score(13, x, pp->total, &pp->sh_total);
150 show_score(14, x, pp->games, &pp->sh_games);
153 show_score(6, x, pp->hand_tot, &pp->sh_hand_tot);
154 show_score(8, x, pp->total, &pp->sh_total);
155 show_score(9, x, pp->games, &pp->sh_games);