Home
last modified time | relevance | path

Searched defs:auction_type (Results 1 – 2 of 2) sorted by relevance

/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Dtypes.h3543 typedef struct auction_type auction_type; typedef
3544 struct auction_type struct
3547 byte flags; /* Flags: payments */
3549 s32b owner; /* Owner */
3550 object_type item; /* Auctioned item */
3551 char *desc; /* Item description */
3553 s32b buyout_price; /* Buy-out price */
3554 s32b bids_cnt; /* Number of bids */
3555 bid_type *bids;
3557 time_t start;
[all …]
/dports/devel/hapy/Hapy-0.0.8/tests/
H A Dxmlgen.c7246 static char *auction_type[]={"Regular","Featured"}; in GenContents() local