HomeSort by: relevance | last modified time | path
    Searched defs:num_in (Results 1 - 2 of 2) sorted by relevancy

  /src/games/monop/
prop.c 160 int i, num_in, cur_max; local in function:bid
169 num_in = num_play;
170 while (num_in > 1 || (cur_max == 0 && num_in > 0)) {
179 if (--num_in == 0)
monop.h 85 short num_in; /* # in monopoly */ member in struct:mon_st

Completed in 31 milliseconds