Home
last modified time | relevance | path

Searched refs:override_confirmation (Results 1 – 13 of 13) sorted by relevance

/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Duhitm.c28 static boolean override_confirmation = FALSE; variable
198 override_confirmation = TRUE;
348 override_confirmation = FALSE;
419 if (override_confirmation) {
440 if (malive && u.twoweap && !override_confirmation &&
/dports/games/nethack34/nethack-3.4.3/src/
H A Duhitm.c28 static boolean override_confirmation = FALSE; variable
198 override_confirmation = TRUE;
348 override_confirmation = FALSE;
419 if (override_confirmation) {
440 if (malive && u.twoweap && !override_confirmation &&
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Duhitm.c28 static boolean override_confirmation = FALSE; variable
198 override_confirmation = TRUE;
348 override_confirmation = FALSE;
419 if (override_confirmation) {
440 if (malive && u.twoweap && !override_confirmation &&
/dports/games/nethack33/nethack-3.3.1/src/
H A Duhitm.c23 static boolean override_confirmation = FALSE; variable
178 override_confirmation = TRUE;
311 override_confirmation = FALSE;
382 if (override_confirmation) {
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Duhitm.c23 static boolean override_confirmation = FALSE; variable
178 override_confirmation = TRUE;
311 override_confirmation = FALSE;
382 if (override_confirmation) {
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Duhitm.c23 static boolean override_confirmation = FALSE; variable
178 override_confirmation = TRUE;
311 override_confirmation = FALSE;
382 if (override_confirmation) {
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Duhitm.c29 static boolean override_confirmation = FALSE; variable
199 override_confirmation = TRUE;
381 override_confirmation = FALSE;
452 if (override_confirmation) {
473 if (malive && u.twoweap && !override_confirmation &&
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Duhitm.c29 static boolean override_confirmation = FALSE; variable
199 override_confirmation = TRUE;
371 override_confirmation = FALSE;
442 if (override_confirmation) {
463 if (malive && u.twoweap && !override_confirmation &&
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Duhitm.c38 static boolean override_confirmation = 0; variable
229 override_confirmation = HIT_UWEP;
238 override_confirmation = HIT_USWAPWEP;
411 override_confirmation = 0;
497 if (override_confirmation) {
501 if (override_confirmation == HIT_UWEP)
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Duhitm.c30 static boolean override_confirmation = FALSE; variable
216 override_confirmation = TRUE;
390 override_confirmation = FALSE;
474 if (override_confirmation) {
633 if (u.twoweap && !override_confirmation && malive && m_at(x, y) == mon) {
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Duhitm.c30 static boolean override_confirmation = FALSE; variable
216 override_confirmation = TRUE;
390 override_confirmation = FALSE;
474 if (override_confirmation) {
633 if (u.twoweap && !override_confirmation && malive && m_at(x, y) == mon) {
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Ddecl.h1189 boolean override_confirmation; /* Used to flag attacks caused by member
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Duhitm.c249 g.override_confirmation = TRUE; in attack_checks()
471 g.override_confirmation = FALSE; in do_attack()
555 if (g.override_confirmation) { in known_hitum()
749 if (u.twoweap && !g.override_confirmation && malive && m_at(x, y) == mon) { in hitum()