Home
last modified time | relevance | path

Searched refs:allow_category (Results 1 – 25 of 47) sorted by relevance

12

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmutation.h66 const char* mutation_name(mutation_type mut, bool allow_category = false);
68 mutation_type mutation_from_name(string name, bool allow_category, vector<mutation_type> *partial_m…
H A Dmutation.cc2347 const char* mutation_name(mutation_type mut, bool allow_category) in mutation_name() argument
2349 if (allow_category && mut >= CATEGORY_MUTATIONS && mut < MUT_NON_MUTATION) in mutation_name()
2378 mutation_type mutation_from_name(string name, bool allow_category, vector<mutation_type> *partial_m… in mutation_from_name() argument
2384 if (allow_category) in mutation_from_name()
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dpickup.c447 allow_category(struct obj *obj) in allow_category() function
524 return (is_worn(otmp) && allow_category(otmp)) ? TRUE : FALSE; in is_worn_by_type()
695 : allow_category); in pickup()
704 if (bycat ? !allow_category(obj) in pickup()
3384 if (loot_everything || all_categories || allow_category(otmp)) { in menu_loot()
3401 all_categories ? allow_all : allow_category); in menu_loot()
H A Ddo.c927 if (drop_everything || all_categories || allow_category(otmp)) in menu_drop()
937 all_categories ? allow_all : allow_category); in menu_drop()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dpickup.c392 allow_category(obj) in allow_category() function
472 return (is_worn(otmp) && allow_category(otmp)) ? TRUE : FALSE;
641 : allow_category);
650 if (bycat ? !allow_category(obj)
2853 all_categories ? allow_all : allow_category);
H A Ddo.c890 all_categories ? allow_all : allow_category);
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dpickup.c392 allow_category(obj) in allow_category() function
472 return (is_worn(otmp) && allow_category(otmp)) ? TRUE : FALSE;
641 : allow_category);
650 if (bycat ? !allow_category(obj)
2853 all_categories ? allow_all : allow_category);
H A Ddo.c890 all_categories ? allow_all : allow_category);
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dpickup.c281 allow_category(obj) in allow_category() function
452 via_menu == -2 ? allow_all : allow_category);
1939 all_categories ? allow_all : allow_category);
H A Ddo.c601 PICK_ANY, all_categories ? allow_all : allow_category);
/dports/games/nethack33/nethack-3.3.1/src/
H A Dpickup.c281 allow_category(obj) in allow_category() function
452 via_menu == -2 ? allow_all : allow_category);
1939 all_categories ? allow_all : allow_category);
H A Ddo.c601 PICK_ANY, all_categories ? allow_all : allow_category);
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dpickup.c281 allow_category(obj) in allow_category() function
452 via_menu == -2 ? allow_all : allow_category);
1939 all_categories ? allow_all : allow_category);
H A Ddo.c601 PICK_ANY, all_categories ? allow_all : allow_category);
/dports/games/nethack34/nethack-3.4.3/src/
H A Dpickup.c324 allow_category(obj) in allow_category() function
536 via_menu == -2 ? allow_all : allow_category);
2348 all_categories ? allow_all : allow_category);
H A Ddo.c704 PICK_ANY, all_categories ? allow_all : allow_category);
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dpickup.c324 allow_category(obj) in allow_category() function
536 via_menu == -2 ? allow_all : allow_category);
2348 all_categories ? allow_all : allow_category);
H A Ddo.c704 PICK_ANY, all_categories ? allow_all : allow_category);
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dpickup.c330 allow_category(obj) in allow_category() function
542 via_menu == -2 ? allow_all : allow_category);
2501 all_categories ? allow_all : allow_category);
H A Ddo.c735 PICK_ANY, all_categories ? allow_all : allow_category);
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dpickup.c325 allow_category(obj) in allow_category() function
537 via_menu == -2 ? allow_all : allow_category);
2375 all_categories ? allow_all : allow_category);
H A Ddo.c811 PICK_ANY, all_categories ? allow_all : allow_category);
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dpickup.c324 allow_category(obj) in allow_category() function
536 via_menu == -2 ? allow_all : allow_category);
2348 all_categories ? allow_all : allow_category);
H A Ddo.c704 PICK_ANY, all_categories ? allow_all : allow_category);
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dpickup.c325 allow_category(obj) in allow_category() function
540 via_menu == -2 ? allow_all : allow_category);
2659 all_categories ? allow_all : allow_category);

12