Searched refs:wc_player_selection (Results 1 - 4 of 4) sorted by path

/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dflag.h257 int wc_player_selection; /* method of choosing character */ member in struct:instance_flags
/seL4-refos-master/apps/nethack/src/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");
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dflag.h257 int wc_player_selection; /* method of choosing character */ member in struct:instance_flags
/seL4-refos-master/projects/refos/impl/apps/nethack/src/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");

Completed in 61 milliseconds