Home
last modified time | relevance | path

Searched refs:hints_types (Results 1 – 6 of 6) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dhints.h21 enum hints_types enum
H A Dhints.cc140 static string _print_hints_menu(hints_types type) in _print_hints_menu()
166 static void _fill_newgame_choice_for_hints(newgame_def& choice, hints_types type) in _fill_newgame_choice_for_hints()
195 label->set_text(_print_hints_menu(static_cast<hints_types>(i))); in pick_hints()
202 _fill_newgame_choice_for_hints(tng, static_cast<hints_types>(i)); in pick_hints()
239 _fill_newgame_choice_for_hints(choice, static_cast<hints_types>(id)); in pick_hints()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dhints.c304 ASFlagType hints_types = ASFLAGS_EVERYTHING; in merge_hints() local
350 hints_types = get_asdb_hint_mask (pdb_rec); in merge_hints()
351 hints_types &= in merge_hints()
358 if (get_flags (hints_types, (0x01 << list->hints_types[i]))) { in merge_hints()
373 clean->hints_types_raw = raw->hints_types; in merge_hints()
375 get_flags (raw->hints_types, list->hints_flags); in merge_hints()
3482 list->hints_types[list->hints_num] = type; in enable_hints_support()
3498 if (list->hints_types[i] == type) { in disable_hints_support()
3502 list->hints_types[i] = list->hints_types[i + 1]; in disable_hints_support()
3505 list->hints_types[i] = HINTS_Supported; in disable_hints_support()
[all …]
H A Dclientprops.h621 ASFlagType hints_types ; member
H A Dhints.h251 HintsTypes hints_types[HINTS_Supported]; member
H A Dclientprops.c862 set_flags (hints->hints_types, (0x01 << descr->hint_type)); in collect_hints()
869 set_flags (hints->hints_types, (0x01 << HINTS_GroupLead)); in collect_hints()