/src/games/monop/ |
morg.c | 142 int price; local in function:m 144 price = board[propnum].cost/2; 146 printf("That got you $%d\n",price); 147 cur_p->money += price; 205 int price; local in function:unm 207 price = board[propnum].cost/2; 209 price += price/10; 210 printf("That cost you $%d\n",price); 211 cur_p->money -= price; [all...] |
morg.c | 142 int price; local in function:m 144 price = board[propnum].cost/2; 146 printf("That got you $%d\n",price); 147 cur_p->money += price; 205 int price; local in function:unm 207 price = board[propnum].cost/2; 209 price += price/10; 210 printf("That cost you $%d\n",price); 211 cur_p->money -= price; [all...] |
houses.c | 119 int price; local in function:buy_h 128 price = mp->h_cost * 50; 145 printf("Houses will cost $%d\n", price); 206 total_purchase * price); 208 cur_p->money -= total_purchase * price; 269 int price; local in function:sell_h 275 price = mp->h_cost * 25; 277 printf("Houses will get you $%d apiece\n", price); 314 tot == 1 ? "" : "s", tot * price); 316 cur_p->money += tot * price; [all...] |
houses.c | 119 int price; local in function:buy_h 128 price = mp->h_cost * 50; 145 printf("Houses will cost $%d\n", price); 206 total_purchase * price); 208 cur_p->money -= total_purchase * price; 269 int price; local in function:sell_h 275 price = mp->h_cost * 25; 277 printf("Houses will get you $%d apiece\n", price); 314 tot == 1 ? "" : "s", tot * price); 316 cur_p->money += tot * price; [all...] |
/src/games/hack/ |
def.eshk.h | 72 unsigned price; /* price per unit */ member in struct:bill_x
|
def.eshk.h | 72 unsigned price; /* price per unit */ member in struct:bill_x
|
/src/usr.sbin/lpr/pac/ |
pac.c | 69 static float price = 0.02; /* cost per page (or what ever) */ variable in typeref:typename:float 120 * get the price. 122 price = atof(optarg); 268 printf(" pages/feet runs price %s\n", 279 hp->h_feetpages * price * hp->h_count, 285 feet * price * runs); 431 price = price100/10000.0;
|
pac.c | 69 static float price = 0.02; /* cost per page (or what ever) */ variable in typeref:typename:float 120 * get the price. 122 price = atof(optarg); 268 printf(" pages/feet runs price %s\n", 279 hp->h_feetpages * price * hp->h_count, 285 feet * price * runs); 431 price = price100/10000.0;
|
/src/games/larn/ |
header.h | 51 short price; member in struct:_itm
|
header.h | 51 short price; member in struct:_itm
|