Searched refs:all_categories (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddo.c649 boolean all_categories = TRUE; local
665 all_categories = (retry == -2);
667 all_categories = FALSE;
676 all_categories = TRUE;
685 all_categories = FALSE;
688 if (i == -2) all_categories = TRUE;
704 PICK_ANY, all_categories ? allow_all : allow_category);
H A Dpickup.c2307 boolean all_categories = TRUE, loot_everything = FALSE; local
2316 all_categories = (retry == -2);
2318 all_categories = FALSE;
2329 all_categories = TRUE;
2348 all_categories ? allow_all : allow_category);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddo.c649 boolean all_categories = TRUE; local
665 all_categories = (retry == -2);
667 all_categories = FALSE;
676 all_categories = TRUE;
685 all_categories = FALSE;
688 if (i == -2) all_categories = TRUE;
704 PICK_ANY, all_categories ? allow_all : allow_category);
H A Dpickup.c2307 boolean all_categories = TRUE, loot_everything = FALSE; local
2316 all_categories = (retry == -2);
2318 all_categories = FALSE;
2329 all_categories = TRUE;
2348 all_categories ? allow_all : allow_category);

Completed in 42 milliseconds