Home
last modified time | relevance | path

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

/openbsd/games/monop/
H A Dhouses.c116 int nhous, nhot; in buy_h() local
122 nhot = avail_hotels(); in buy_h()
128 if (nhot == 0 && chot) { in buy_h()
173 } else if (tot2 > nhot) { in buy_h()
176 tot2, tot2 == 1 ? "":"s", nhot); in buy_h()