Home
last modified time | relevance | path

Searched refs:mapped_menu_cmds (Results 1 – 25 of 38) sorted by relevance

12

/dports/games/nethack33/nethack-3.3.1/src/
H A Doptions.c376 char mapped_menu_cmds[MAX_MENU_MAPPED_CMDS+1]; /* exported */ variable
1832 mapped_menu_cmds[n_menu_mapped] = from_ch;
1835 mapped_menu_cmds[n_menu_mapped] = 0;
1848 char *found = index(mapped_menu_cmds, ch);
1850 int idx = found - mapped_menu_cmds;
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Doptions.c376 char mapped_menu_cmds[MAX_MENU_MAPPED_CMDS+1]; /* exported */ variable
1832 mapped_menu_cmds[n_menu_mapped] = from_ch;
1835 mapped_menu_cmds[n_menu_mapped] = 0;
1848 char *found = index(mapped_menu_cmds, ch);
1850 int idx = found - mapped_menu_cmds;
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Doptions.c376 char mapped_menu_cmds[MAX_MENU_MAPPED_CMDS+1]; /* exported */ variable
1832 mapped_menu_cmds[n_menu_mapped] = from_ch;
1835 mapped_menu_cmds[n_menu_mapped] = 0;
1848 char *found = index(mapped_menu_cmds, ch);
1850 int idx = found - mapped_menu_cmds;
/dports/games/nethack34/nethack-3.4.3/src/
H A Doptions.c411 char mapped_menu_cmds[MAX_MENU_MAPPED_CMDS+1]; /* exported */ variable
2296 mapped_menu_cmds[n_menu_mapped] = from_ch;
2299 mapped_menu_cmds[n_menu_mapped] = 0;
2312 char *found = index(mapped_menu_cmds, ch);
2314 int idx = found - mapped_menu_cmds;
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Doptions.c411 char mapped_menu_cmds[MAX_MENU_MAPPED_CMDS+1]; /* exported */ variable
2296 mapped_menu_cmds[n_menu_mapped] = from_ch;
2299 mapped_menu_cmds[n_menu_mapped] = 0;
2312 char *found = index(mapped_menu_cmds, ch);
2314 int idx = found - mapped_menu_cmds;
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Doptions.c419 char mapped_menu_cmds[MAX_MENU_MAPPED_CMDS+1]; /* exported */ variable
2317 mapped_menu_cmds[n_menu_mapped] = from_ch;
2320 mapped_menu_cmds[n_menu_mapped] = 0;
2333 char *found = index(mapped_menu_cmds, ch);
2335 int idx = found - mapped_menu_cmds;
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Doptions.c515 char mapped_menu_cmds[MAX_MENU_MAPPED_CMDS+1]; /* exported */ variable
2838 mapped_menu_cmds[n_menu_mapped] = from_ch;
2841 mapped_menu_cmds[n_menu_mapped] = 0;
2854 char *found = index(mapped_menu_cmds, ch);
2856 int idx = found - mapped_menu_cmds;
/dports/games/vultures-eye/vulture-2.3.67/slashem/win/gl/
H A Dgl_menu.c25 extern char mapped_menu_cmds[]; /* from options.c */
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Doptions.c511 char mapped_menu_cmds[MAX_MENU_MAPPED_CMDS+1]; /* exported */ variable
2937 mapped_menu_cmds[n_menu_mapped] = from_ch;
2940 mapped_menu_cmds[n_menu_mapped] = 0;
2953 char *found = index(mapped_menu_cmds, ch);
2955 int idx = found - mapped_menu_cmds;
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Ddecl.h1021 char mapped_menu_cmds[MAX_MENU_MAPPED_CMDS + 1]; /* exported */ member
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Doptions.c555 char mapped_menu_cmds[MAX_MENU_MAPPED_CMDS+1]; /* exported */ variable
3321 mapped_menu_cmds[n_menu_mapped] = from_ch;
3324 mapped_menu_cmds[n_menu_mapped] = 0;
3337 char *found = index(mapped_menu_cmds, ch);
3339 int idx = found - mapped_menu_cmds;
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Doptions.c538 char mapped_menu_cmds[MAX_MENU_MAPPED_CMDS + 1]; /* exported */ variable
4280 mapped_menu_cmds[n_menu_mapped] = from_ch;
4283 mapped_menu_cmds[n_menu_mapped] = '\0';
4297 ch = mapped_menu_cmds[idx];
4310 char *found = index(mapped_menu_cmds, ch);
4313 int idx = (int) (found - mapped_menu_cmds);
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Doptions.c538 char mapped_menu_cmds[MAX_MENU_MAPPED_CMDS + 1]; /* exported */ variable
4280 mapped_menu_cmds[n_menu_mapped] = from_ch;
4283 mapped_menu_cmds[n_menu_mapped] = '\0';
4297 ch = mapped_menu_cmds[idx];
4310 char *found = index(mapped_menu_cmds, ch);
4313 int idx = (int) (found - mapped_menu_cmds);
/dports/games/nethack33/nethack-3.3.1/win/tty/
H A Dwintty.c43 extern char mapped_menu_cmds[]; /* from options.c */
1207 Strcat(resp, mapped_menu_cmds);
/dports/games/nethack33-nox11/nethack-3.3.1/win/tty/
H A Dwintty.c43 extern char mapped_menu_cmds[]; /* from options.c */
1207 Strcat(resp, mapped_menu_cmds);
/dports/games/nethack34-nox11/nethack-3.4.3/win/tty/
H A Dwintty.c41 extern char mapped_menu_cmds[]; /* from options.c */
1260 Strcat(resp, mapped_menu_cmds);
/dports/games/nethack34/nethack-3.4.3/win/tty/
H A Dwintty.c41 extern char mapped_menu_cmds[]; /* from options.c */
1260 Strcat(resp, mapped_menu_cmds);
/dports/games/falconseye/falconseye-1.9.3_11/win/tty/
H A Dwintty.c43 extern char mapped_menu_cmds[]; /* from options.c */
1207 Strcat(resp, mapped_menu_cmds);
/dports/games/vultures-eye/vulture-2.3.67/nethack/win/tty/
H A Dwintty.c41 extern char mapped_menu_cmds[]; /* from options.c */
1260 Strcat(resp, mapped_menu_cmds);
/dports/games/vultures-eye/vulture-2.3.67/unnethack/win/tty/
H A Dwintty.c41 extern char mapped_menu_cmds[]; /* from options.c */
1364 Strcat(resp, mapped_menu_cmds);
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Doptions.c6792 g.mapped_menu_cmds[g.n_menu_mapped] = from_ch; in add_menu_cmd_alias()
6795 g.mapped_menu_cmds[g.n_menu_mapped] = '\0'; in add_menu_cmd_alias()
6808 ch = g.mapped_menu_cmds[idx]; in get_menu_cmd_key()
6820 char *found = index(g.mapped_menu_cmds, ch); in map_menu_cmd()
6823 int idx = (int) (found - g.mapped_menu_cmds); in map_menu_cmd()
/dports/games/unnethack/unnethack-5.1.0-20131208/win/tty/
H A Dwintty.c41 extern char mapped_menu_cmds[]; /* from options.c */
1535 Strcat(resp, mapped_menu_cmds);
/dports/games/vultures-eye/vulture-2.3.67/slashem/win/tty/
H A Dwintty.c42 extern char mapped_menu_cmds[]; /* from options.c */
1446 Strcat(resp, mapped_menu_cmds);
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/win/tty/
H A Dwintty.c75 extern char mapped_menu_cmds[]; /* from options.c */
2001 Strcat(resp, mapped_menu_cmds);
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/win/tty/
H A Dwintty.c75 extern char mapped_menu_cmds[]; /* from options.c */
2001 Strcat(resp, mapped_menu_cmds);

12