Go to the source code of this file.
Data Structures | |
union | any |
struct | mi |
Defines | |
#define | ANY_P union any |
#define | MENU_ITEM_P struct mi |
#define | PICK_NONE 0 |
#define | PICK_ONE 1 |
#define | PICK_ANY 2 |
#define | NHW_MESSAGE 1 |
#define | NHW_STATUS 2 |
#define | NHW_MAP 3 |
#define | NHW_MENU 4 |
#define | NHW_TEXT 5 |
#define | ATR_NONE 0 |
#define | ATR_BOLD 1 |
#define | ATR_DIM 2 |
#define | ATR_ULINE 4 |
#define | ATR_BLINK 5 |
#define | ATR_INVERSE 7 |
#define | CLICK_1 1 |
#define | CLICK_2 2 |
#define | WIN_ERR ((winid) -1) |
#define | MENU_FIRST_PAGE '^' |
#define | MENU_LAST_PAGE '|' |
#define | MENU_NEXT_PAGE '>' |
#define | MENU_PREVIOUS_PAGE '<' |
#define | MENU_SELECT_ALL '.' |
#define | MENU_UNSELECT_ALL '-' |
#define | MENU_INVERT_ALL '@' |
#define | MENU_SELECT_PAGE ',' |
#define | MENU_UNSELECT_PAGE '\\' |
#define | MENU_INVERT_PAGE '~' |
#define | MENU_SEARCH ':' |
Typedefs | |
typedef int | winid |
typedef union any | anything |
typedef struct mi | menu_item |
#define ANY_P union any |
#define ATR_BLINK 5 |
#define ATR_BOLD 1 |
Referenced by dospellmenu(), get_compopt_value(), parseoptions(), print_mapseen(), special_handling(), and topten_print_bold().
#define ATR_DIM 2 |
#define ATR_INVERSE 7 |
Referenced by bot1(), get_compopt_value(), initoptions(), parseoptions(), print_mapseen(), and special_handling().
#define ATR_NONE 0 |
Referenced by arti_invoke(), choose_classes_menu(), display_pickinv(), doset(), doset_add_menu(), dospellmenu(), enhance_skill(), help_menu(), in_or_out_menu(), invdisp_nothing(), minimal_enlightenment(), query_category(), query_objlist(), special_handling(), topten_print(), tutorial_redisplay(), and use_grapple().
#define ATR_ULINE 4 |
Referenced by get_compopt_value(), parseoptions(), and special_handling().
#define CLICK_1 1 |
Referenced by click_to_cmd().
#define CLICK_2 2 |
#define MENU_FIRST_PAGE '^' |
#define MENU_INVERT_ALL '@' |
#define MENU_INVERT_PAGE '~' |
#define MENU_ITEM_P struct mi |
#define MENU_LAST_PAGE '|' |
#define MENU_NEXT_PAGE '>' |
#define MENU_PREVIOUS_PAGE '<' |
#define MENU_SEARCH ':' |
#define MENU_SELECT_ALL '.' |
#define MENU_SELECT_PAGE ',' |
#define MENU_UNSELECT_ALL '-' |
#define MENU_UNSELECT_PAGE '\\' |
#define NHW_MAP 3 |
Referenced by display_gamewindows(), parseoptions(), and wc_set_font_name().
#define NHW_MENU 4 |
Referenced by arti_invoke(), checkfile(), choose_classes_menu(), com_pager(), container_contents(), display_gamewindows(), display_pickinv(), dodiscovered(), doinvbill(), dooverview(), doset(), dospellmenu(), dounpaid(), enhance_skill(), enlightenment(), getpos_help(), help_menu(), in_or_out_menu(), invdisp_nothing(), list_genocided(), look_here(), minimal_enlightenment(), parseoptions(), price_quote(), query_category(), query_objlist(), show_conduct(), simple_look(), special_handling(), tutorial_redisplay(), use_grapple(), and wc_set_font_name().
#define NHW_MESSAGE 1 |
Referenced by display_gamewindows(), parseoptions(), and wc_set_font_name().
#define NHW_STATUS 2 |
Referenced by display_gamewindows(), parseoptions(), and wc_set_font_name().
#define NHW_TEXT 5 |
Referenced by com_pager(), doextlist(), done(), epathto(), help_dir(), option_help(), outoracle(), parseoptions(), prscore(), qt_pager(), topten(), and wc_set_font_name().
#define PICK_ANY 2 |
Referenced by choose_classes_menu(), doset(), menu_drop(), menu_identify(), menu_loot(), menu_remarm(), pickup(), and special_handling().
#define PICK_NONE 0 |
#define PICK_ONE 1 |
#define WIN_ERR ((winid) -1) |
Referenced by artifact_score(), container_contents(), display_pickinv(), done(), enhance_skill(), prscore(), topten(), topten_print(), and topten_print_bold().
typedef int winid |