Home
last modified time | relevance | path

Searched refs:spe (Results 1 – 25 of 27) sorted by relevance

12

/dragonfly/games/hack/
HDhack.objnam.c180 Strcpy(buf, (obj->spe < 0 && obj->known) in xname()
295 obj->olet, obj->olet, obj->otyp, obj->spe); in xname()
359 strlcat(prefix, sitoa(obj->spe), sizeof(prefix)); in doname()
366 Snprintf(bp+bppos, bpmax-bppos, " (%d)", obj->spe); in doname()
375 strlcat(prefix, sitoa(obj->spe), sizeof(prefix)); in doname()
448 int cnt, spe, spesgn, typ, heavy; in readobjnam() local
452 cnt = spe = spesgn = typ = heavy = 0; in readobjnam()
480 spe = atoi(bp); in readobjnam()
493 spe = atoi(p); in readobjnam()
497 spe = 0; in readobjnam()
[all …]
HDhack.mkobj.c125 otmp->spe = rnd(3); in mksobj()
128 otmp->spe = -rnd(3); in mksobj()
137 otmp->spe = rnd(...); in mksobj()
155 otmp->spe = rnd(3); in mksobj()
157 otmp->spe = -rnd(3); in mksobj()
163 otmp->spe = 3; in mksobj()
165 otmp->spe = rn1(5, in mksobj()
172 otmp->spe = -rnd(2); in mksobj()
174 otmp->spe = rnd(2); in mksobj()
HDhack.do_wear.c309 u.ustr += otmp->spe; in dowearring()
310 u.ustrmax += otmp->spe; in dowearring()
318 u.udaminc += otmp->spe; in dowearring()
349 u.ustr -= obj->spe; in ringoff()
350 u.ustrmax -= obj->spe; in ringoff()
358 u.udaminc -= obj->spe; in ringoff()
378 uac -= uleft->spe; in find_ac()
380 uac -= uright->spe; in find_ac()
443 otmph->spe--; in corrode_armor()
HDhack.engrave.c222 if (otmp && otmp->otyp == WAN_FIRE && otmp->spe) { in doengrave()
224 otmp->spe--; in doengrave()
251 if ((int) otmp->spe <= -3) { in doengrave()
286 otmp->spe++; in doengrave()
299 int len2 = (otmp->spe + 3) * 2 + 1; in doengrave()
305 otmp->spe = -3; in doengrave()
308 otmp->spe -= len / 2; in doengrave()
HDhack.wield.c121 uwep->spe--; in corrode_weapon()
148 if (amount > 0 && uwep->spe > 5 && rn2(3)) { in chwepon()
161 uwep->spe += amount; in chwepon()
HDhack.wizard.c93 if (otmp->olet == AMULET_SYM && !otmp->spe) { in amulet()
108 mtmp->minvent->spe == 0) { in wiz_hit()
118 if (otmp->olet == AMULET_SYM && !otmp->spe) { in wiz_hit()
HDhack.mhitu.c308 (int) uarmh->spe >= -1) { in mhitu()
310 uarmh->spe--; in mhitu()
313 (int) uarm->spe >= -1) { in mhitu()
315 uarm->spe--; in mhitu()
HDhack.zap.c168 if (obj->spe && obj->olet != AMULET_SYM) { in bhito()
170 obj->spe = 0; in bhito()
204 if (obj->spe < 0 || (obj->spe == 0 && rn2(121))) { in dozap()
208 if (obj->spe == 0) in dozap()
212 obj->spe--; in dozap()
HDhack.read.c111 if (otmp->spe > 3 && rn2(otmp->spe)) { in doread()
120 otmp->spe++; in doread()
202 uball->spe = 0; in doread()
511 uball->spe = 1; /* special ball (see save) */ in doread()
HDhack.bones.c132 if (otmp->olet == AMULET_SYM && !otmp->spe) { in savebones()
133 otmp->spe = -1; /* no longer the actual amulet */ in savebones()
HDdef.objclass.h82 #define ARM_BONUS(obj) ((10 - objects[obj->otyp].a_ac) + obj->spe)
HDdef.obj.h75 schar spe; /* quality of weapon, armor or ring (+ or -) member
HDhack.potion.c438 if (obj->spe < 7) in dodip()
439 obj->spe++; /* %% */ in dodip()
HDhack.fight.c238 tmp += obj->spe; in hmon()
387 tmp += uwep->spe; in attack()
HDhack.do.c414 tmp += uwep->spe; in dothrow()
418 tmp += obj->spe; in dothrow()
HDhack.steal.c216 uball->spe = 0; in steal()
HDhack.save.c212 if (otmp->olet == BALL_SYM && otmp->spe) in dorecover()
HDhack.end.c259 i = (otmp->spe < 0) ? 2 : 5000; in done()
264 if (otmp->spe >= 0) { in done()
HDhack.invent.c907 obj->spe == otmp->spe && in merged()
HDhack.u_init.c342 obj->spe = trop->trspe; in ini_inv()
HDhack.c472 if (!obj->spe) in pickup()
473 obj->spe = 1; in pickup()
HDhack.apply.c340 dig_effort += 10 + abon() + uwep->spe + rn2(5); in dig()
/dragonfly/lib/libc/nls/
HDsk_SK.ISO8859-2.msg167 80 Overenie pr�v ne�spe�n�
/dragonfly/crypto/openssh/
HDconfig.sub1725 simlinux | simwindows | spe)
/dragonfly/contrib/bmake/
HDbmake.cat1194 actually execute them unless the target depends on the .MAKE spe-

12