Home
last modified time | relevance | path

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

/dports/games/mangband/mangband-1.5.3/src/server/
H A Dvariable.c603 byte *f_attr_s; /* copy of f_info attributes */ variable
H A Dinit2.c1576 C_MAKE(f_attr_s, z_info->f_max, byte); in init_other()
2553 FREE(f_attr_s); in cleanup_angband()
H A Dobject1.c847 /*f_ptr->x_attr*/f_attr_s[i] = f_ptr->d_attr; in reset_visuals()
H A Dfiles.c253 if (n1) f_attr_s[i] = n1; in process_pref_file_aux()
H A Dexterns.h312 extern byte *f_attr_s;
H A Dcave.c823 f_attr_ptr = f_attr_s; in map_info()