Home
last modified time | relevance | path

Searched refs:there_cmd_menu (Results 1 – 3 of 3) sorted by relevance

/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dcmd.c156 static char there_cmd_menu(boolean, int, int);
4009 ch = there_cmd_menu(TRUE, u.ux + u.dx, u.uy + u.dy); in dotherecmdmenu()
4034 there_cmd_menu(boolean doit, int x, int y) in there_cmd_menu() function
4269 cmd[0] = there_cmd_menu(FALSE, x, y); in click_to_cmd()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dcmd.c202 STATIC_DCL char FDECL(there_cmd_menu, (BOOLEAN_P, int, int));
5339 ch = there_cmd_menu(TRUE, u.ux + u.dx, u.uy + u.dy); in dotherecmdmenu()
5363 there_cmd_menu(doit, x, y) in there_cmd_menu() function
5643 cmd[0] = there_cmd_menu(FALSE, u.ux + x, u.uy + y);
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dcmd.c202 STATIC_DCL char FDECL(there_cmd_menu, (BOOLEAN_P, int, int));
5339 ch = there_cmd_menu(TRUE, u.ux + u.dx, u.uy + u.dy); in dotherecmdmenu()
5363 there_cmd_menu(doit, x, y) in there_cmd_menu() function
5643 cmd[0] = there_cmd_menu(FALSE, u.ux + x, u.uy + y);