Home
last modified time | relevance | path

Searched refs:aux_move_to (Results 1 – 4 of 4) sorted by relevance

/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/x11/
H A Dxcmd.c25 static void aux_move_to(Side *side, Map *map, int cancel);
633 map->modalhandler = aux_move_to; in aux_fire_at()
864 aux_move_to); in do_move_to()
868 aux_move_to(Side *side, Map *map, int cancel) in aux_move_to() function
882 map->modalhandler = aux_move_to; in aux_move_to()
889 map->modalhandler = aux_move_to; in aux_move_to()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/sdl/
H A Dsdlcmd.cc34 static void aux_move_to(Screen *screen, int cancel);
1015 ask_position(screen, "Move to where?", aux_move_to); in do_move_to()
1019 aux_move_to(Screen *screen, int cancel) in aux_move_to() function
1035 screen->modalhandler = aux_move_to; in aux_move_to()
1040 screen->modalhandler = aux_move_to; in aux_move_to()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/tcltk/
H A Dtkcmd.c35 static void aux_move_to(Side *side, Map *map, int cancel);
1063 ask_position(side, map, "Move to where?", aux_move_to); in do_move_to()
1067 aux_move_to(Side *side, Map *map, int cancel) in aux_move_to() function
1083 map->modalhandler = aux_move_to; in aux_move_to()
1088 map->modalhandler = aux_move_to; in aux_move_to()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/changelogs/
H A DChangeLog-20047956 (aux_move_to): Call impl_move_to instead of
7958 modalhandler to aux_move_to if impl_move_to fails.
7963 (aux_move_to): Call impl_move_to instead of
7965 modalhandler to aux_move_to if impl_move_to fails.
7968 (aux_move_to): Call impl_move_to instead of
7970 modalhandler to aux_move_to if impl_move_to fails.