Home | History | Annotate | Download | only in monop

Lines Matching defs:trader

44 	int	trader;			/* trader number		*/
101 * This routine gets the list of things to be trader for the
118 tp->trader = pn;
185 printf("Player %s (%d) gives:\n", play[tp->trader].name,
186 tp->trader+1);
221 pl_fr = &play[from->trader];
222 pl_to = &play[to->trader];
229 add_list(to->trader, &(pl_to->own_list), sqnum(op->sqr));
230 op->sqr->owner = to->trader;
231 del_list(from->trader, &(pl_fr->own_list), sqnum(op->sqr));
233 set_ownlist(to->trader);
287 trades[0].trader = new_own;
290 trades[1].trader = player;