Home
last modified time | relevance | path

Searched refs:land_errDialogue (Results 1 – 6 of 6) sorted by relevance

/dports/games/naev/naev-0.7.0/src/
H A Dland.h83 int land_errDialogue( char* name, char* type );
H A Dland_trade.c252 if (land_errDialogue( comname, "buyCommodity" )) in commodity_buy()
292 if (land_errDialogue( comname, "sellCommodity" )) in commodity_sell()
H A Dland_shipyard.c348 if (land_errDialogue( shipname, "buyShip" )) in shipyard_buy()
485 if (land_errDialogue( shipname, "tradeShip" )) in shipyard_trade()
H A Dland_outfits.c660 if (land_errDialogue( outfitname, "buyOutfit" )) in outfits_buy()
726 if (land_errDialogue( outfitname, "sellOutfit" )) in outfits_sell()
H A Dland.c211 int land_errDialogue( char* name, char* type ) in land_errDialogue() function
780 if (land_errDialogue( LOCAL_MAP_NAME, "buyOutfit" )) in spaceport_buyMap()
H A Dequipment.c1867 if (land_errDialogue( shipname, "swapEquipment" )) in equipment_changeShip()
2034 if (land_errDialogue( shipname, "sell" )) in equipment_sellShip()