Home
last modified time | relevance | path

Searched refs:x_nearest_unit (Results 1 – 7 of 7) sorted by relevance

/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/x11/
H A Dxtconq.h543 extern int x_nearest_unit(Side *side, Map *map, int sx, int sy, Unit **unitp);
H A Dxmap.c760 x_nearest_unit(side, map, side->ui->sxdown, side->ui->sydown, &unit); in MA_movelook()
1595 x_nearest_unit(side, map, sx, sy, &unit); in move_look()
2055 x_nearest_unit(side, map, sx, sy, &other); in move_the_selected_unit()
H A Dxdraw.c261 x_nearest_unit(Side *side, Map *map, int sx, int sy, Unit **unitp) in x_nearest_unit() function
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/tcltk/
H A Dtkmap.c231 static int x_nearest_unit(MapW *mapw, int sx, int sy, Unit **unitp);
963 x_nearest_unit(MapW *mapw, int sx, int sy, Unit **unitp) in x_nearest_unit() function
4630 x_nearest_unit((MapW *) map->widget, sx, sy, &(map->inpunit)); in handle_mouse_down()
4683 x_nearest_unit(mapw, sx, sy, &unit); in move_look()
4715 x_nearest_unit(mapw, sx, sy, &other); in move_the_selected_unit()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/sdl/
H A Dsdlmap.cc56 static int x_nearest_unit(Map *map, int sx, int sy, Unit **unitp);
221 x_nearest_unit(Map *map, int sx, int sy, Unit **unitp) in x_nearest_unit() function
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/
H A DChangeLog345 * sdlmap.cc (x_nearest_unit): Call 'nearest_unit_view' and then
348 * tkmap.c (x_nearest_unit): Likewise.
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/changelogs/
H A DChangeLog-20036942 (x_nearest_unit): New function and prototype.