Home
last modified time | relevance | path

Searched refs:people_side_at (Results 1 – 19 of 19) sorted by relevance

/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dmkunits.c755 if ((pop = people_side_at(x, y)) != NOBODY) { in expand_countries()
760 if ((pop2 = people_side_at(x1, y1)) == pop) { in expand_countries()
790 if (people_side_at(x, y) == NOBODY) { in expand_country()
958 && people_side_at(x, y) == NOBODY in make_independent_units()
978 && (people_side_at(x, y) == NOBODY || flip_coin())) { in set_people_on_side()
H A Dworld.h597 #define people_side_at(x,y) aref(area.peopleside, x, y) macro
628 #define populated(x,y) (people_side_at(x,y) != NOBODY)
H A Dmkroads.c165 && people_side_at(unit2->x, unit2->y) == side->id) in unit_sees_other_unit()
H A Dmplayer.c415 pop = people_side_at(x, y); in review_theaters()
445 pop = people_side_at(x, y); in review_theaters()
587 if (people_side_at(x, y) == side->id) { in create_initial_theaters()
634 && people_side_at(x, y) == side->id in create_initial_theaters()
H A Dworld.c524 return people_side_at(x, y); in fn_people_side_at()
2242 int oldpeop = people_side_at(x, y); in paint_people_1()
H A Dscore.c991 if (people_sides_defined() && people_side_at(x, y) == s) { in side_loses()
H A Dtask.c2307 ps0 = people_side_at(xs[i0], ys[i0]); in compare_directions()
2308 ps1 = people_side_at(xs[i1], ys[i1]); in compare_directions()
H A Dside.c882 && (people_side_at(unit->x, unit->y) == side->id)) in side_sees_unit()
2930 pop = people_side_at(x, y); in calc_coverage()
3606 && people_side_at(x, y) == side->id in see_cell()
H A Dinit.c1970 pop = people_side_at(x, y); in init_ranged_views()
H A Dmove.c820 && (pop = people_side_at(x, y)) != NOBODY) { in change_control_side_around()
H A Dmkterr.c1569 && people_side_at(x, y) == side->id) { in name_feature_at()
H A Drun2.c2155 int pop = people_side_at(x, y), s = side_number(side); in change_people_side_around()
H A Dui.c2818 ps = people_side_at(x, y); in oneliner()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/x11/
H A Dxdesign.c737 side->ui->cursidenumber = people_side_at(x, y); in set_designer_cur_from_map()
822 oldpeop = people_side_at(ax, ay); in handle_designer_map_click()
H A Dxdraw.c1250 pop = people_side_at(x, y); in draw_people()
1258 pop1 = people_side_at(x1, y1); in draw_people()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/curses/
H A Dcdraw.c348 && (pop = people_side_at(x, y)) != NOBODY) { in draw_people()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/sdl/
H A Dsdlmap.cc1709 pop = (people_sides_defined() ? people_side_at(x, y) : NOBODY); in draw_people()
1717 pop1 = (people_sides_defined() ? people_side_at(x1, y1) : NOBODY); in draw_people()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/tcltk/
H A Dtkmap.c2788 pop = (people_sides_defined() ? people_side_at(x, y) : NOBODY); in draw_people()
2796 pop1 = (people_sides_defined() ? people_side_at(x1, y1) in draw_people()
4883 oldpeop = (people_sides_defined() ? people_side_at(x, y) : NOBODY); in handle_designer_mouse_down()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/changelogs/
H A DChangeLog-200265 (draw_people_row): Don't wrap x1 in people_side_at.
124 (draw_people): Don't wrap x in people_side_at.
171 (draw_people): Don't wrap x in people_side_at.
172 (draw_people): Don't wrap x1 in people_side_at.