Searched refs:N_MON (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/games/monop/
H A Dmonop.h44 #define N_MON 8 /* number of monopolies */ macro
140 /*extern MON mon[N_MON];*/
H A Dmonop.c136 static MON mon[N_MON] = { /* monopoly descriptions */
355 for (mp = mon; mp < &mon[N_MON]; mp++) {
H A Dhouses.c43 static const char *names[N_MON+2];
46 static MON *monops[N_MON];

Completed in 204 milliseconds