Home
last modified time | relevance | path

Searched refs:NUM_MFDS (Results 1 – 17 of 17) sorted by relevance

/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/Headers/
H A Dplayer.h40 #define NUM_MFDS 2 macro
42 #define MFD_NUM_REAL_SLOTS (MFD_NUM_VIRTUAL_SLOTS + NUM_MFDS)
190 ubyte mfd_virtual_slots[NUM_MFDS][MFD_NUM_VIRTUAL_SLOTS]; // ptrs to mfd_slot id's
195 ubyte mfd_current_slots[NUM_MFDS]; // ptrs to mfd's curr slots
196 ubyte mfd_empty_funcs[NUM_MFDS]; // ptrs to mfd's empty func
200 char mfd_save_slot[NUM_MFDS];
H A Dmfdpanel.h163 extern LGRegion *mfd_regions[NUM_MFDS];
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Dnewmfd.c83 LGCursor mfd_bttn_cursors[NUM_MFDS];
84 grs_bitmap mfd_bttn_bitmaps[NUM_MFDS];
136 for (i = 0; i < NUM_MFDS; i++) in init_newmfd()
172 for (i = 0; i < NUM_MFDS; i++) { in init_newmfd_button_cursors()
445 byte mfd_but[NUM_MFDS]; in mfd_notify_func()
450 for (i = 0; i < NUM_MFDS; i++) in mfd_notify_func()
638 for (i = 0; i < NUM_MFDS; i++) { in mfd_grab()
726 for (id = (*mfd_id != NUM_MFDS) ? (*mfd_id) + 1 : 0; id < NUM_MFDS; id++) { in mfd_yield_func()
1040 ubyte slots[NUM_MFDS]; in mfd_update()
1041 ubyte status_cache[NUM_MFDS]; in mfd_update()
[all …]
H A Demail.c163 void parse_email_mugs(char *mug, uchar *mcolor, ushort mugnums[NUM_MFDS], uchar setup);
595 for (mid = 0; mid < NUM_MFDS; mid++) { in email_page_exit()
643 void parse_email_mugs(char *mug, uchar *mcolor, ushort mugnums[NUM_MFDS], uchar setup) { in parse_email_mugs() argument
694 for (i = 0; i < NUM_MFDS; i++) { in parse_email_mugs()
735 ushort mnums[NUM_MFDS]; in mfd_emailmug_expose()
737 short mid = NUM_MFDS; in mfd_emailmug_expose()
741 for (mid = 0; mid < NUM_MFDS; mid++) in mfd_emailmug_expose()
943 ushort mnums[NUM_MFDS]; in read_email()
946 for (i = 1; i < NUM_MFDS; i++) { in read_email()
1009 int mfd_id = NUM_MFDS; in mfd_emailware_expose()
[all …]
H A Dplayer.c155 for (i = 0; i < NUM_MFDS; i++) in init_player()
158 for (i = 0; i < NUM_MFDS; i++) { in init_player()
H A Dcyber.c157 for (i = 0; i < NUM_MFDS; i++) in enter_cyberspace_stuff()
220 for (i = 0; i < NUM_MFDS; i++) in exit_cyberspace_stuff()
H A Dview360.c112 for (mfd = 0; mfd < NUM_MFDS; mfd++) { in view360_setup_mode()
116 if (mfd >= NUM_MFDS) in view360_setup_mode()
H A Dmfdfunc.c123 LGRegion *mfd_regions[NUM_MFDS];
302 #define NO_CONSTRAIN NUM_MFDS
894 for (mfd = 0; mfd < NUM_MFDS; mfd++) { in mfd_weapon_projectile_handler()
1520 #define SHIELD_LAST_VERSION(mfd) (player_struct.mfd_func_data[MFD_SHIELD_FUNC][NUM_MFDS + mfd])
1974 for (i = 0; i < NUM_MFDS; i++) { in mfd_bioware_expose()
2217 } stat, mfd_last[NUM_MFDS];
2362 int id = NUM_MFDS; in panel_ref_unexpose()
2599 int m = NUM_MFDS; in keypad_hotkey_func()
3008 for (i = 0; i < NUM_MFDS; i++) { in set_inventory_mfd()
3017 for (i = 0; i < NUM_MFDS; i++) { in set_inventory_mfd()
[all …]
H A Dgamesys.c663 uchar punt_mfd[NUM_MFDS], punting = 0; in check_panel_ref()
666 for (mfd_id = 0; mfd_id < NUM_MFDS; mfd_id++) { in check_panel_ref()
673 for (mfd_id = 0; mfd_id < NUM_MFDS; mfd_id++) { in check_panel_ref()
H A Dtarget.c368 int m = NUM_MFDS; in select_current_target()
373 if (m != NUM_MFDS) in select_current_target()
H A Dfullscrn.c189 extern int last_mfd_cnum[NUM_MFDS]; in change_svga_cursors()
H A Damaploop.c189 for (i = 0; i < NUM_MFDS; i++) { in fsmap_startup()
235 for (i = 0; i < NUM_MFDS; i++) { in fsmap_free()
H A Dobjuse.c765 int accessmfd = NUM_MFDS; in object_use()
777 int mfd_id = NUM_MFDS; in object_use()
799 for (info = 0; info < NUM_MFDS; info++) in object_use()
807 if (accessmfd < NUM_MFDS) in object_use()
H A Dolh.c417 for (i = 0; i < NUM_MFDS; i++) in olh_do_hudobjs()
H A Dschedule.c390 for (mfd_id = 0; mfd_id < NUM_MFDS; mfd_id++) { in bark_event_handler()
H A Dmfdpanel.c153 for (mid = 0; mid < NUM_MFDS; mid++) { in mfd_slot_primary()
H A Dwrapper.c1203 for (i = 0; i < NUM_MFDS; i++) in wrapper_panel_close()