Home
last modified time | relevance | path

Searched refs:use_stat (Results 1 – 15 of 15) sorted by relevance

/dports/devel/vstr/vstr-1.0.15/examples/
H A Dex_dir_list.c119 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 Dmoria4.c68 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 Dfiles.c412 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 Dmisc3.c341 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 Dstore2.c1128 tmp_chr = py.stats.use_stat[A_CHR];
1136 if (tmp_chr != py.stats.use_stat[A_CHR])
H A Dtypes.h196 int8u use_stat[6]; /* What is used */ member
H A Dmoria1.c187 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 Dcreature.c695 (randint(124) < py.stats.use_stat[A_DEX]))
715 (randint(124) < py.stats.use_stat[A_DEX]))
H A Dsave.c243 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 Dracial.c20 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 Dzborg3.c2925 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 Dexterns.h644 extern bool racial_aux(s16b min_level, int cost, int use_stat, int difficulty);
/dports/ftp/lftp/lftp-4.9.2/src/
H A Dftpclass.h422 bool use_stat; variable
H A Dftpclass.cc1071 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 DOChanges548 instead of use_stat like they should have