Searched refs:use_stat (Results 1 – 15 of 15) sorted by relevance
/dports/devel/vstr/vstr-1.0.15/examples/ |
H A D | ex_dir_list.c | 119 int use_stat = FALSE; in main() local 126 use_stat = TRUE; in main() 130 use_stat = TRUE; in main() 132 if (use_stat && stat_from(&buf, argv[count], ent->d_name, tmp)) in main()
|
/dports/games/moria/umoria/source/ |
H A D | moria4.c | 68 tabil = py.stats.use_stat[A_STR]; 128 tabil += (py.stats.use_stat[A_STR] * 15) - i_ptr->weight; 737 *tdis = (((py.stats.use_stat[A_STR]+20)*10)/tmp_weight); 1008 base_tohit = py.stats.use_stat[A_STR] + inventory[INVEN_ARM].weight/2 1012 - (py.stats.use_stat[A_DEX]*(BTH_PLUS_ADJ-1)) 1016 (int)py.stats.use_stat[A_DEX], (int)c_ptr->ac, CLA_BTH)) 1022 + py.stats.use_stat[A_STR]), 0, k, CLA_BTH); 1057 if (randint(150) > py.stats.use_stat[A_DEX]) 1122 tmp = py.stats.use_stat[A_STR] + py.misc.wt / 2; in bash() 1135 else if (randint(150) > py.stats.use_stat[A_DEX]) in bash()
|
H A D | files.c | 412 cnv_stat(py.stats.use_stat[A_STR], prt1); 417 cnv_stat(py.stats.use_stat[A_INT], prt1); 422 cnv_stat(py.stats.use_stat[A_WIS], prt1); 427 cnv_stat(py.stats.use_stat[A_DEX], prt1); 431 cnv_stat(py.stats.use_stat[A_CON], prt1); 435 cnv_stat(py.stats.use_stat[A_CHR], prt1);
|
H A D | misc3.c | 341 value = py.stats.use_stat[stat]; 367 charisma = py.stats.use_stat[A_CHR]; in chr_adj() 407 con = py.stats.use_stat[A_CON]; in con_adj() 836 stat = py.stats.use_stat[A_DEX]; in tohit_adj() 846 stat = py.stats.use_stat[A_STR]; in tohit_adj() 864 stat = py.stats.use_stat[A_DEX]; in toac_adj() 883 stat = py.stats.use_stat[A_DEX]; in todis_adj() 904 stat = py.stats.use_stat[A_STR]; in todam_adj() 1000 cnv_stat (py.stats.use_stat[i], buf); in put_stats() 2279 s = py.stats.use_stat[A_STR]; [all …]
|
H A D | store2.c | 1128 tmp_chr = py.stats.use_stat[A_CHR]; 1136 if (tmp_chr != py.stats.use_stat[A_CHR])
|
H A D | types.h | 196 int8u use_stat[6]; /* What is used */ member
|
H A D | moria1.c | 187 m_ptr->dis_th += (py.stats.use_stat[A_STR] * 15 - in calc_bonuses() 437 if (py.stats.use_stat[A_STR]*15 < i_ptr->weight)
|
H A D | creature.c | 695 (randint(124) < py.stats.use_stat[A_DEX])) 715 (randint(124) < py.stats.use_stat[A_DEX]))
|
H A D | save.c | 243 wr_bytes(s_ptr->use_stat, 6); in sv_write() 920 rd_bytes(s_ptr->use_stat, 6);
|
/dports/games/zangband/zangband/src/ |
H A D | racial.c | 20 static int racial_chance(s16b min_level, int use_stat, int difficulty) in racial_chance() argument 25 int stat = p_ptr->stat[use_stat].cur; in racial_chance() 122 bool racial_aux(s16b min_level, int cost, int use_stat, int difficulty) in racial_aux() argument 125 int stat = p_ptr->stat[use_stat].cur; in racial_aux()
|
H A D | zborg3.c | 2925 int lev_req, int cost, int use_stat, int difficulty) in borg_power_check() argument 2982 stat = my_stat_cur[use_stat]; in borg_power_check()
|
H A D | externs.h | 644 extern bool racial_aux(s16b min_level, int cost, int use_stat, int difficulty);
|
/dports/ftp/lftp/lftp-4.9.2/src/ |
H A D | ftpclass.h | 422 bool use_stat; variable
|
H A D | ftpclass.cc | 1071 use_stat=true; in InitFtp() 2602 && expect->Count()==1 && use_stat in Do() 4822 use_stat = QueryBool("use-stat"); in Reconfig()
|
/dports/games/moria/umoria/ |
H A D | OChanges | 548 instead of use_stat like they should have
|