Home
last modified time | relevance | path

Searched refs:GOLD_CAPACITY (Results 1 – 12 of 12) sorted by relevance

/dports/games/nethack34/nethack-3.4.3/src/
H A Dpickup.c56 #define GOLD_CAPACITY(w,n) (((w) * -100L) - ((n) + 50L) - 1L) macro
1031 qq = GOLD_CAPACITY((long)iw, u.ugold);
1038 qq = GOLD_CAPACITY((long)iw, umoney);
1271 long gold_capacity = GOLD_CAPACITY(iw, u.ugold);
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dpickup.c56 #define GOLD_CAPACITY(w,n) (((w) * -100L) - ((n) + 50L) - 1L) macro
1031 qq = GOLD_CAPACITY((long)iw, u.ugold);
1038 qq = GOLD_CAPACITY((long)iw, umoney);
1271 long gold_capacity = GOLD_CAPACITY(iw, u.ugold);
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dpickup.c56 #define GOLD_CAPACITY(w,n) (((w) * -100L) - ((n) + 50L) - 1L) macro
1043 qq = GOLD_CAPACITY((long)iw, u.ugold);
1050 qq = GOLD_CAPACITY((long)iw, umoney);
1283 long gold_capacity = GOLD_CAPACITY(iw, u.ugold);
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dpickup.c57 #define GOLD_CAPACITY(w,n) (((w) * -100L) - ((n) + 50L) - 1L) macro
1039 qq = GOLD_CAPACITY((long)iw, u.ugold);
1046 qq = GOLD_CAPACITY((long)iw, umoney);
1279 long gold_capacity = GOLD_CAPACITY(iw, u.ugold);
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dpickup.c56 #define GOLD_CAPACITY(w,n) (((w) * -100L) - ((n) + 50L) - 1L) macro
1031 qq = GOLD_CAPACITY((long)iw, u.ugold);
1038 qq = GOLD_CAPACITY((long)iw, umoney);
1271 long gold_capacity = GOLD_CAPACITY(iw, u.ugold);
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dpickup.c49 #define GOLD_CAPACITY(w,n) (((w) * -100L) - ((n) + 50L) - 1L) macro
834 qq = GOLD_CAPACITY((long)iw, u.ugold);
1017 long gold_capacity = GOLD_CAPACITY(iw, u.ugold);
/dports/games/nethack33/nethack-3.3.1/src/
H A Dpickup.c49 #define GOLD_CAPACITY(w,n) (((w) * -100L) - ((n) + 50L) - 1L) macro
834 qq = GOLD_CAPACITY((long)iw, u.ugold);
1017 long gold_capacity = GOLD_CAPACITY(iw, u.ugold);
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dpickup.c49 #define GOLD_CAPACITY(w,n) (((w) * -100L) - ((n) + 50L) - 1L) macro
834 qq = GOLD_CAPACITY((long)iw, u.ugold);
1017 long gold_capacity = GOLD_CAPACITY(iw, u.ugold);
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dpickup.c57 #define GOLD_CAPACITY(w,n) (((w) * -100L) - ((n) + 50L) - 1L) macro
1097 qq = GOLD_CAPACITY((long)iw, u.ugold);
1104 qq = GOLD_CAPACITY((long)iw, umoney);
1337 long gold_capacity = GOLD_CAPACITY(iw, u.ugold);
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dpickup.c55 #define GOLD_CAPACITY(w, n) (((w) * -100L) - ((n) + 50L) - 1L) macro
1299 qq = GOLD_CAPACITY((long) iw, umoney);
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dpickup.c55 #define GOLD_CAPACITY(w, n) (((w) * -100L) - ((n) + 50L) - 1L) macro
1299 qq = GOLD_CAPACITY((long) iw, umoney);
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dpickup.c56 #define GOLD_CAPACITY(w, n) (((w) * -100L) - ((n) + 50L) - 1L) macro
1363 qq = GOLD_CAPACITY((long) iw, umoney); in carry_count()