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

  /src/games/monop/
rent.c 82 case UTIL:
misc.c 143 case UTIL:
145 printf(" case UTIL:\n");
147 for (num = 0; op && op->sqr->type == UTIL;
prop.c 106 case UTIL:
141 case UTIL:
monop.h 57 #define UTIL 2 /* water works - electric co */
150 /*extern UTIL_S util[2];*/
print.c 127 case UTIL:
monop.c 64 spec; /* set if moving by card to RR or UTIL */
130 static UTIL_S util[2]; /* utility descriptions */ variable in typeref:typename:UTIL_S[2]
190 {"Electric Co.", -1, UTIL, &util[0], 150 },
206 {"Water Works", -1, UTIL, &util[1], 150 },
execute.c 174 case UTIL:
204 } else if (board[i].type == RR || board[i].type == UTIL) {
314 } else if (board[i].type == RR || board[i].type == UTIL) {
697 if (sp->type != PRPTY && sp->type != RR && sp->type != UTIL) {
trade.c 248 case UTIL:

Completed in 193 milliseconds