Searched refs:land_errDialogue (Results 1 – 6 of 6) sorted by relevance
/dports/games/naev/naev-0.7.0/src/ |
H A D | land.h | 83 int land_errDialogue( char* name, char* type );
|
H A D | land_trade.c | 252 if (land_errDialogue( comname, "buyCommodity" )) in commodity_buy() 292 if (land_errDialogue( comname, "sellCommodity" )) in commodity_sell()
|
H A D | land_shipyard.c | 348 if (land_errDialogue( shipname, "buyShip" )) in shipyard_buy() 485 if (land_errDialogue( shipname, "tradeShip" )) in shipyard_trade()
|
H A D | land_outfits.c | 660 if (land_errDialogue( outfitname, "buyOutfit" )) in outfits_buy() 726 if (land_errDialogue( outfitname, "sellOutfit" )) in outfits_sell()
|
H A D | land.c | 211 int land_errDialogue( char* name, char* type ) in land_errDialogue() function 780 if (land_errDialogue( LOCAL_MAP_NAME, "buyOutfit" )) in spaceport_buyMap()
|
H A D | equipment.c | 1867 if (land_errDialogue( shipname, "swapEquipment" )) in equipment_changeShip() 2034 if (land_errDialogue( shipname, "sell" )) in equipment_sellShip()
|