Home | History | Annotate | Download | only in monop

Lines Matching refs:owner

106 		if (sqp->owner < 0) {
112 printf(" %d %-8.8s %3d", sqp->owner+1, pp->mon_desc->name,
128 if (sqp->owner < 0) {
134 printf(" %d 150", sqp->owner+1);
136 printf("%d", play[sqp->owner].num_util);
141 if (sqp->owner < 0) {
147 printf(" %d Railroad 200", sqp->owner+1);
150 rnt <<= play[sqp->owner].num_rr - 1;
151 printf("%d %4d", play[sqp->owner].num_rr,
152 25 << (play[sqp->owner].num_rr - 1));