Home
last modified time | relevance | path

Searched refs:shrt (Results 1 – 4 of 4) sorted by relevance

/openbsd/games/monop/
H A Dmonop.h36 #define shrt short macro
38 #define shrt char macro
75 shrt owner; /* owner number */
76 shrt type; /* place type */
85 shrt owner; /* owner of monopoly */
86 shrt num_in; /* # in monopoly */
88 shrt h_cost; /* price of houses */
104 shrt square; /* square description */
105 shrt houses; /* number of houses */
122 shrt loc; /* location on board */
[all …]
H A Dhouses.c113 shrt input[3],temp[3]; in buy_h()
248 shrt input[3],temp[3]; in sell_h()
H A Dmorg.c61 static shrt square[MAX_PRP+2];
H A Dprop.c86 del_list(int plr, OWN **head, shrt op_sqr) in del_list()