Home
last modified time | relevance | path

Searched refs:wc_player_selection (Results 1 – 25 of 51) sorted by relevance

123

/dports/games/nethack34/nethack-3.4.3/include/
H A Dflag.h257 int wc_player_selection; /* method of choosing character */ member
/dports/games/nethack34-nox11/nethack-3.4.3/include/
H A Dflag.h257 int wc_player_selection; /* method of choosing character */ member
/dports/games/vultures-eye/vulture-2.3.67/nethack/include/
H A Dflag.h257 int wc_player_selection; /* method of choosing character */ member
/dports/games/vultures-eye/vulture-2.3.67/slashem/include/
H A Dflag.h280 int wc_player_selection; /* method of choosing character */ member
/dports/games/vultures-eye/vulture-2.3.67/unnethack/include/
H A Dflag.h314 int wc_player_selection; /* method of choosing character */ member
/dports/games/unnethack/unnethack-5.1.0-20131208/include/
H A Dflag.h338 int wc_player_selection; /* method of choosing character */ member
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Dflag.h348 int wc_player_selection; /* method of choosing character */ member
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/
H A Dflag.h411 int wc_player_selection; /* method of choosing character */ member
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/include/
H A Dflag.h411 int wc_player_selection; /* method of choosing character */ member
/dports/games/nethack34/nethack-3.4.3/src/
H A Doptions.c1715 iflags.wc_player_selection = VIA_DIALOG;
1717 iflags.wc_player_selection = VIA_PROMPTS;
3076 Sprintf(buf, "%s", iflags.wc_player_selection ? "prompts" : "dialog");
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Doptions.c1715 iflags.wc_player_selection = VIA_DIALOG;
1717 iflags.wc_player_selection = VIA_PROMPTS;
3076 Sprintf(buf, "%s", iflags.wc_player_selection ? "prompts" : "dialog");
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Doptions.c1736 iflags.wc_player_selection = VIA_DIALOG;
1738 iflags.wc_player_selection = VIA_PROMPTS;
3101 Sprintf(buf, "%s", iflags.wc_player_selection ? "prompts" : "dialog");
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Doptions.c2048 iflags.wc_player_selection = VIA_DIALOG;
2050 iflags.wc_player_selection = VIA_PROMPTS;
3627 Sprintf(buf, "%s", iflags.wc_player_selection ? "prompts" : "dialog");
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Doptions.c2256 iflags.wc_player_selection = VIA_DIALOG;
2258 iflags.wc_player_selection = VIA_PROMPTS;
3801 Sprintf(buf, "%s", iflags.wc_player_selection ? "prompts" : "dialog");
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Doptions.c2605 iflags.wc_player_selection = VIA_DIALOG;
2607 iflags.wc_player_selection = VIA_PROMPTS;
4248 Sprintf(buf, "%s", iflags.wc_player_selection ? "prompts" : "dialog");
/dports/games/xnethack/xNetHack-xnh6.1/outdated/sys/wince/
H A Dmswproc.c218 if (iflags.wc_player_selection == VIA_DIALOG) { in mswin_player_selection()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/sys/wince/
H A Dmswproc.c218 if (iflags.wc_player_selection == VIA_DIALOG) { in mswin_player_selection()
/dports/games/nethack34/nethack-3.4.3/sys/wince/
H A Dmswproc.c245 if (iflags.wc_player_selection == VIA_DIALOG) { in mswin_player_selection()
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/sys/wince/
H A Dmswproc.c218 if (iflags.wc_player_selection == VIA_DIALOG) { in mswin_player_selection()
/dports/games/nethack34-nox11/nethack-3.4.3/sys/wince/
H A Dmswproc.c245 if (iflags.wc_player_selection == VIA_DIALOG) { in mswin_player_selection()
/dports/games/vultures-eye/vulture-2.3.67/nethack/sys/wince/
H A Dmswproc.c245 if (iflags.wc_player_selection == VIA_DIALOG) { in mswin_player_selection()
/dports/games/vultures-eye/vulture-2.3.67/slashem/sys/wince/
H A Dmswproc.c245 if (iflags.wc_player_selection == VIA_DIALOG) { in mswin_player_selection()
/dports/games/unnethack/unnethack-5.1.0-20131208/sys/unsupported/wince/
H A Dmswproc.c245 if (iflags.wc_player_selection == VIA_DIALOG) { in mswin_player_selection()
/dports/games/vultures-eye/vulture-2.3.67/unnethack/sys/wince/
H A Dmswproc.c245 if (iflags.wc_player_selection == VIA_DIALOG) { in mswin_player_selection()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Doptions.c3143 iflags.wc_player_selection = VIA_DIALOG;
3145 iflags.wc_player_selection = VIA_PROMPTS;
5866 Sprintf(buf, "%s", iflags.wc_player_selection ? "prompts" : "dialog");

123