Home | History | Annotate | Download | only in monop

Lines Matching refs:cur_max

160 	int i, num_in, cur_max;
168 cur_max = 0;
170 while (num_in > 1 || (cur_max == 0 && num_in > 0)) {
181 } else if (cur_bid <= cur_max) {
183 "to stay in\n", cur_max);
190 } while (cur_bid != 0 && cur_bid <= cur_max);
191 cur_max = (cur_bid ? cur_bid : cur_max);
194 if (cur_max != 0) {
197 printf("It goes to %s (%d) for $%d\n",play[i].name,i+1,cur_max);
199 play[i].money -= cur_max;