Home
last modified time | relevance | path

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

/openbsd/src/games/monop/
Dmonop.h53 #define N_HOTEL 12 /* total number of hotels available */ macro
Dhouses.c346 return(N_HOTEL - c); in avail_hotels()
Dexecute.c426 if (t1 > N_HOUSE || j > N_HOTEL) { in rest_f()