Home
last modified time | relevance | path

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

/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dpickup.c84 collect_obj_classes(ilets, otmp, here, incl_gold, filter) in collect_obj_classes() argument
87 boolean here, incl_gold;
93 if (incl_gold)
120 here, incl_gold, menu_on_demand) in query_classes() argument
125 boolean here, incl_gold;
136 iletct = collect_obj_classes(ilets, objs, here, incl_gold,
/dports/games/nethack33/nethack-3.3.1/src/
H A Dpickup.c84 collect_obj_classes(ilets, otmp, here, incl_gold, filter) in collect_obj_classes() argument
87 boolean here, incl_gold;
93 if (incl_gold)
120 here, incl_gold, menu_on_demand) in query_classes() argument
125 boolean here, incl_gold;
136 iletct = collect_obj_classes(ilets, objs, here, incl_gold,
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dpickup.c84 collect_obj_classes(ilets, otmp, here, incl_gold, filter) in collect_obj_classes() argument
87 boolean here, incl_gold;
93 if (incl_gold)
120 here, incl_gold, menu_on_demand) in query_classes() argument
125 boolean here, incl_gold;
136 iletct = collect_obj_classes(ilets, objs, here, incl_gold,
/dports/games/nethack34/nethack-3.4.3/src/
H A Dpickup.c92 collect_obj_classes(ilets, otmp, here, incl_gold, filter, itemcount) in collect_obj_classes() argument
95 boolean here, incl_gold;
113 if (incl_gold)
143 here, incl_gold, menu_on_demand) in query_classes() argument
148 boolean here, incl_gold;
173 incl_gold,
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dpickup.c92 collect_obj_classes(ilets, otmp, here, incl_gold, filter, itemcount) in collect_obj_classes() argument
95 boolean here, incl_gold;
113 if (incl_gold)
143 here, incl_gold, menu_on_demand) in query_classes() argument
148 boolean here, incl_gold;
173 incl_gold,
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dpickup.c98 collect_obj_classes(ilets, otmp, here, incl_gold, filter, itemcount) in collect_obj_classes() argument
101 boolean here, incl_gold;
119 if (incl_gold)
149 here, incl_gold, menu_on_demand) in query_classes() argument
154 boolean here, incl_gold;
179 incl_gold,
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dpickup.c93 collect_obj_classes(ilets, otmp, here, incl_gold, filter, itemcount) in collect_obj_classes() argument
96 boolean here, incl_gold;
114 if (incl_gold)
144 here, incl_gold, menu_on_demand) in query_classes() argument
149 boolean here, incl_gold;
174 incl_gold,
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dpickup.c92 collect_obj_classes(ilets, otmp, here, incl_gold, filter, itemcount) in collect_obj_classes() argument
95 boolean here, incl_gold;
113 if (incl_gold)
143 here, incl_gold, menu_on_demand) in query_classes() argument
148 boolean here, incl_gold;
173 incl_gold,
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dpickup.c93 collect_obj_classes(ilets, otmp, here, incl_gold, filter, itemcount) in collect_obj_classes() argument
96 boolean here, incl_gold;
114 if (incl_gold)
144 here, incl_gold, menu_on_demand) in query_classes() argument
149 boolean here, incl_gold;
174 incl_gold,
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dhack.c3145 inv_cnt(incl_gold) in inv_cnt() argument
3146 boolean incl_gold; in inv_cnt()
3152 if (incl_gold || otmp->invlet != GOLD_SYM)
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dhack.c3145 inv_cnt(incl_gold) in inv_cnt() argument
3146 boolean incl_gold; in inv_cnt()
3152 if (incl_gold || otmp->invlet != GOLD_SYM)
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dhack.c3397 inv_cnt(boolean incl_gold) in inv_cnt() argument
3403 if (incl_gold || otmp->invlet != GOLD_SYM) in inv_cnt()