Home
last modified time | relevance | path

Searched refs:PW_PLAYER_1 (Results 1 – 8 of 8) sorted by relevance

/dports/games/angband/Angband-4.2.2/src/
H A Dui-term.h314 #define PW_PLAYER_1 0x00000008L /* Display player (extra) */ macro
H A Dui-display.c2158 case PW_PLAYER_1: in subwindow_flag_changed()
/dports/games/mangband/mangband-1.5.3/src/common/
H A Ddefines.h622 #define PW_PLAYER_1 0x00000008L /* Display player (extra) */ macro
/dports/games/mangband/mangband-1.5.3/src/client/
H A Dc-xtra1.c1304 if (!(window_flag[j] & (PW_PLAYER_1))) continue; in fix_player_1()
2739 if (screen_mode == 2) filter = PW_PLAYER_1; in display_player()
3219 if (p_ptr->window & (PW_PLAYER_1)) in window_stuff()
3221 p_ptr->window &= ~(PW_PLAYER_1); in window_stuff()
H A Dc-cmd.c982 if (char_screen_mode == 2) window_flag[0] = tmp_window | PW_PLAYER_1; in cmd_character()
H A Dnet-client.c1130 if (win & IPW_5) indicator_window[known_indicators] |= PW_PLAYER_1; in recv_indicator_info()
2124 p_ptr->window |= (PW_PLAYER_1); in recv_objflags()
H A Dc-util.c4728 …p_ptr->window |= (PW_INVEN | PW_EQUIP | PW_MESSAGE | PW_MESSAGE_CHAT | PW_PLAYER | PW_PLAYER_1 | P… in do_cmd_options_win()
/dports/games/mangband/mangband-1.5.3/src/server/
H A Duse-obj.c568 p_ptr->window |= (PW_PLAYER_0 | PW_PLAYER_1); in quaff_potion()
1248 p_ptr->window |= (PW_PLAYER_0 | PW_PLAYER_1); in use_staff()