Home
last modified time | relevance | path

Searched refs:AUCTION_ERROR_NOT_SUPPORTED (Results 1 – 2 of 2) sorted by relevance

/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dauction.c588 case AUCTION_ERROR_NOT_SUPPORTED: in auction_print_error()
1130 return AUCTION_ERROR_NOT_SUPPORTED; in auction_cancel()
1135 return AUCTION_ERROR_NOT_SUPPORTED; in auction_cancel()
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Ddefines.h7911 #define AUCTION_ERROR_NOT_SUPPORTED -9 /* Action not supported for auction */ macro