HomeSort by: relevance | last modified time | path
    Searched refs:OWN (Results 1 - 8 of 8) sorted by relevancy

  /src/games/monop/
prop.c 63 add_list(int plr, OWN **head, int op_sqr)
66 OWN *tp, *last_tp;
67 OWN *op;
69 op = calloc(1, sizeof (OWN));
95 del_list(int plr, OWN **head, short op_sqr)
97 OWN *op, *last_op;
213 OWN *op;
monop.h 114 typedef struct own_st OWN;
124 OWN *own_list; /* start of property list */
201 void add_list(int, OWN **, int);
202 void del_list(int, OWN **, short);
trade.c 47 OWN *prop_list; /* property list */
59 static int set_list(OWN *);
110 OWN *op;
157 set_list(OWN *the_list)
160 OWN *op;
180 OWN *op;
219 OWN *op;
243 OWN *op;
morg.c 52 "own holdings", /* 3 */
119 OWN *op;
186 OWN *op;
misc.c 131 OWN *op; /* current owned prop */
132 OWN *orig_op; /* original prop before loop */
print.c 43 static const char *header = "Name Own Price Mg # Rent";
177 OWN *op;
houses.c 63 OWN *op;
223 OWN *op;
cards.c 242 OWN *op;

Completed in 14 milliseconds