Lines Matching defs:pp
88 PROP *pp;
105 pp = sqp->desc;
107 printf(" - %-8.8s %3d", pp->mon_desc->name, sqp->cost);
112 printf(" %d %-8.8s %3d", sqp->owner+1, pp->mon_desc->name,
115 if (pp->monop) {
116 if (pp->houses < 5)
117 if (pp->houses > 0)
118 printf("%d %4d", pp->houses,
119 pp->rent[pp->houses]);
121 printf("0 %4d", pp->rent[0] * 2);
123 printf("H %4d", pp->rent[5]);
125 printf(" %4d", pp->rent[0]);
178 PLAY *pp;
180 pp = &play[pl];
182 pl + 1, pp->money + prop_worth(pp));
183 printf("\t$%d", pp->money);
184 if (pp->num_gojf) {
185 printf(", %d get-out-of-jail-free card", pp->num_gojf);
186 if (pp->num_gojf > 1)
190 if (pp->own_list) {
192 for (op = pp->own_list; op; op = op->next) {