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

  /src/games/monop/
cards.c 241 int i, per_h, per_H, num_h, num_H; local
312 num_h = num_H = 0;
316 ++num_H;
318 num_h += op->sqr->desc->houses;
320 num = per_h * num_h + per_H * num_H;
323 num_h, num_H, num)
    [all...]
cards.c 241 int i, per_h, per_H, num_h, num_H; local
312 num_h = num_H = 0;
316 ++num_H;
318 num_h += op->sqr->desc->houses;
320 num = per_h * num_h + per_H * num_H;
323 num_h, num_H, num)
    [all...]

Completed in 91 milliseconds