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

/netbsd-current/games/monop/
H A Dprop.c63 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;
H A Dmonop.h114 typedef struct own_st OWN; typedef in typeref:struct:own_st
124 OWN *own_list; /* start of property list */
201 void add_list(int, OWN **, int);
202 void del_list(int, OWN **, short);
H A Dtrade.c47 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;
H A Dmorg.c119 OWN *op;
186 OWN *op;
H A Dmisc.c131 OWN *op; /* current owned prop */
132 OWN *orig_op; /* original prop before loop */
H A Dprint.c177 OWN *op;
H A Dhouses.c63 OWN *op;
223 OWN *op;
H A Dcards.c242 OWN *op;
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_init.c350 enum { ROOTOWN, OWN, WRITER } etype; enumerator in enum:__anon5885
363 etype = rootown ? ROOTOWN : OWN;
383 case OWN:
400 case OWN:

Completed in 195 milliseconds