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

  /src/games/canfield/canfield/
betinfo.h 43 long worth; /* net worth after costs */ member in struct:betinfo
  /src/games/monop/
spec.c 54 int worth, com_num; local in function:inc_tax
56 com_num = getinp("Do you wish to lose 10% of your total worth or "
58 worth = cur_p->money + prop_worth(cur_p);
59 printf("You were worth $%d", worth);
60 worth /= 10;
62 if (worth < 200)
64 else if (worth > 200)
69 printf(", so you pay $%d", worth);
70 if (worth > 200
    [all...]
prop.c 214 int worth; local in function:prop_worth
216 worth = 0;
219 worth += op->sqr->desc->mon_desc->h_cost * 50 *
221 worth += op->sqr->cost;
223 return worth;

Completed in 32 milliseconds