Home | History | Annotate | Download | only in mille

Lines Matching defs:pp

50 	PLAY	*pp;
58 pp = &Player[i];
59 pp->hand[0] = C_INIT;
61 pp->safety[j] = S_UNKNOWN;
62 pp->coups[j] = FALSE;
65 pp->hand[j] = *--Topcard;
69 pp->safety[card - S_CONV] = S_IN_HAND;
72 pp->mileage = 0;
73 pp->hand_tot = 0;
74 pp->safescore = 0;
75 pp->coupscore = 0;
76 pp->can_go = FALSE;
77 pp->speed = C_INIT;
78 pp->battle = C_INIT;
79 pp->new_speed = FALSE;
80 pp->new_battle = FALSE;
82 pp->nummiles[j] = 0;
114 PLAY *pp;
137 for (pp = Player; pp <= &Player[COMP]; pp++) {
139 pp->sh_hand[i] = -1;
140 pp->sh_battle = -1;
141 pp->sh_speed = -1;
142 pp->sh_mileage = -1;
159 for (pp = Player; pp <= &Player[COMP]; pp++) {
161 pp->sh_safety[i] = FALSE;
163 pp->sh_nummiles[i] = 0;
164 pp->sh_safescore = -1;
173 PLAY *pp;
207 for (pp = Player; pp <= &Player[COMP]; pp++) {
208 pp->sh_hand_tot = -1;
209 pp->sh_total = -1;
210 pp->sh_games = -1;
211 pp->sh_safescore = -1;