Home
last modified time | relevance | path

Searched refs:xmlr_int (Results 1 – 9 of 9) sorted by relevance

/dports/games/naev/naev-0.7.0/src/
H A Dstart.c128 xmlr_int( cur, "scu", scu ); in start_load()
129 xmlr_int( cur, "stp", stp ); in start_load()
130 xmlr_int( cur, "stu", stu ); in start_load()
H A Dload.c141 xmlr_int(cur,"SCU",scu); in load_load()
142 xmlr_int(cur,"STP",stp); in load_load()
143 xmlr_int(cur,"STU",stu); in load_load()
H A Dnxml.h55 #define xmlr_int(n,s,i) \ macro
H A Dplayer.c3173 xmlr_int(node,"guiOverride",player.guiOverride); in player_parse()
3174 xmlr_int(node,"mapOverlay",map_overlay); in player_parse()
3183 xmlr_int(cur,"SCU",scu); in player_parse()
3184 xmlr_int(cur,"STP",stp); in player_parse()
3185 xmlr_int(cur,"STU",stu); in player_parse()
H A Dmission.c855 xmlr_int(cur,"chance",temp->avail.chance); in mission_parse()
867 xmlr_int(cur,"priority",temp->avail.priority); in mission_parse()
H A Dship.c781 xmlr_int(cur,"crew",temp->crew); in ship_parse()
784 xmlr_int(cur,"fuel",temp->fuel); in ship_parse()
H A Deconomy.c238 xmlr_int(node, "price", temp->price); in commodity_parse()
H A Doutfit.c1349 xmlr_int(node,"amount",temp->u.lau.amount); in outfit_parseSLauncher()
1731 xmlr_int(node,"delay",temp->u.bay.delay); in outfit_parseSFighterBay()
1733 xmlr_int(node,"amount",temp->u.bay.amount); in outfit_parseSFighterBay()
2106 xmlr_int(cur,"priority",temp->priority); in outfit_parse()
H A Dspace.c1846 xmlr_int(cur, "range", planet->presenceRange); in planet_parse()
2450 xmlr_int( cur, "stars", sys->stars ); in system_parse()