Home
last modified time | relevance | path

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

/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dpickup.c1692 boolean one_by_one, allflag, loot_out = FALSE, loot_in = FALSE; local
1794 loot_out = (t & 0x01) != 0;
1797 loot_out = (yn_function(qbuf, "ynq", 'n') == 'y');
1799 if (loot_out) {
/dports/games/nethack33/nethack-3.3.1/src/
H A Dpickup.c1692 boolean one_by_one, allflag, loot_out = FALSE, loot_in = FALSE; local
1794 loot_out = (t & 0x01) != 0;
1797 loot_out = (yn_function(qbuf, "ynq", 'n') == 'y');
1799 if (loot_out) {
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dpickup.c1692 boolean one_by_one, allflag, loot_out = FALSE, loot_in = FALSE; local
1794 loot_out = (t & 0x01) != 0;
1797 loot_out = (yn_function(qbuf, "ynq", 'n') == 'y');
1799 if (loot_out) {
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dpickup.c2517 boolean quantum_cat, cursed_mbag, loot_out, loot_in, loot_in_first, local
2662 loot_out = (c == 'o' || c == 'b' || c == 'r');
2668 if (loot_out && !loot_in_first) {
2716 loot_out = FALSE;
2719 if (loot_out && loot_in_first) {
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dpickup.c2517 boolean quantum_cat, cursed_mbag, loot_out, loot_in, loot_in_first, local
2662 loot_out = (c == 'o' || c == 'b' || c == 'r');
2668 if (loot_out && !loot_in_first) {
2716 loot_out = FALSE;
2719 if (loot_out && loot_in_first) {
/dports/games/nethack34/nethack-3.4.3/src/
H A Dpickup.c2080 loot_out = FALSE, loot_in = FALSE; local
2161 loot_out = (t & 0x01) != 0;
2164 loot_out = (yn_function(qbuf, "ynq", 'n') == 'y');
2166 if (loot_out) {
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dpickup.c2080 loot_out = FALSE, loot_in = FALSE; local
2161 loot_out = (t & 0x01) != 0;
2164 loot_out = (yn_function(qbuf, "ynq", 'n') == 'y');
2166 if (loot_out) {
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dpickup.c2211 loot_out = FALSE, loot_in = FALSE; local
2310 loot_out = (t & 0x01) != 0;
2313 loot_out = (yn_function(qbuf, "ynq", 'n') == 'y');
2315 if (loot_out) {
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dpickup.c2107 loot_out = FALSE, loot_in = FALSE; local
2188 loot_out = (t & 0x01) != 0;
2191 loot_out = (yn_function(qbuf, "ynq", 'n') == 'y');
2193 if (loot_out) {
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dpickup.c2080 loot_out = FALSE, loot_in = FALSE; local
2161 loot_out = (t & 0x01) != 0;
2164 loot_out = (yn_function(qbuf, "ynq", 'n') == 'y');
2166 if (loot_out) {
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dpickup.c2387 loot_out = FALSE, loot_in = FALSE; local
2472 loot_out = (t & 0x01) != 0;
2475 loot_out = (yn_function(qbuf, "ynq", 'n') == 'y');
2477 if (loot_out) {
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dpickup.c3055 boolean quantum_cat, cursed_mbag, loot_out, loot_in, loot_in_first, in use_container() local
3200 loot_out = (c == 'o' || c == 'b' || c == 'r'); in use_container()
3206 if (loot_out && !loot_in_first) { in use_container()
3255 loot_out = FALSE; in use_container()
3258 if (loot_out && loot_in_first) { in use_container()