Home
last modified time | relevance | path

Searched refs:MAX_PRP (Results 1 – 3 of 3) sorted by relevance

/dragonfly/games/monop/
H A Dmorg.c40 static const char *names[MAX_PRP+2],
60 static short square[MAX_PRP+2];
H A Dtrade.c45 static const char *plist[MAX_PRP+2];
47 static int used[MAX_PRP];
106 for (numin = 0; numin < MAX_PRP; numin++) in get_list()
H A Dmonop.h50 #define MAX_PRP (N_PROP+N_RR+N_UTIL) /* max # ownable property */ macro