Searched refs:own_list (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/games/monop/
H A Dtrade.c120 if (pp->own_list) {
121 numin = set_list(pp->own_list);
132 for (op = pp->own_list; propnum--; op = op->next)
229 add_list(to->trader, &(pl_to->own_list), sqnum(op->sqr));
231 del_list(from->trader, &(pl_fr->own_list), sqnum(op->sqr));
293 trades[1].prop_list = cur_p->own_list;
298 for (op = cur_p->own_list; op; op = op->next) {
H A Dmorg.c122 for (op = cur_p->own_list; op; op = op->next)
189 for (op = cur_p->own_list; op; op = op->next)
H A Dprint.c190 if (pp->own_list) {
192 for (op = pp->own_list; op; op = op->next) {
H A Dprop.c56 add_list(playernum, &(play[playernum].own_list), cur_p->loc);
217 for (op = plp->own_list; op; op = op->next) {
H A Dmonop.h124 OWN *own_list; /* start of property list */ member in struct:plr_st
H A Dmisc.c134 op = play[pl].own_list;
136 printf("op [%p] = play[pl [%d] ].own_list;\n", op, pl);
H A Dhouses.c71 for (op = cur_p->own_list; op && op->sqr->type != PRPTY; op = op->next)
230 for (op = cur_p->own_list; op;)
H A Dcards.c313 for (op = cur_p->own_list; op; op = op->next)
H A Dexecute.c695 add_list(tmp, &play[tmp].own_list, restore_itemnum);

Completed in 210 milliseconds