Home
last modified time | relevance | path

Searched refs:uleft (Results 1 – 7 of 7) sorted by relevance

/dragonfly/games/hack/
HDhack.do_wear.c106 if (!uleft && !uright) { in doremring()
110 if (!uleft) in doremring()
113 return (dorr(uleft)); in doremring()
114 if (uleft && uright) in doremring()
124 return (dorr(uleft)); in doremring()
254 if (uleft && uright) { in dowearring()
265 if (otmp == uleft || otmp == uright) { in dowearring()
273 if (uleft) in dowearring()
377 if (uleft && uleft->otyp == RIN_PROTECTION) in find_ac()
378 uac -= uleft->spe; in find_ac()
[all …]
HDhack.Decl.c82 *uarmh = 0, *uarms = 0, *uarmg = 0, *uright = 0, *uleft = 0, variable
HDhack.worn.c87 W_RINGL, &uleft
HDhack.invent.c998 if (!uleft && !uright) in doprring()
1004 if (uleft) in doprring()
1005 lets[ct++] = obj_to_let(uleft); in doprring()
HDhack.h226 extern struct obj *uleft, *uright, *fcobj;
HDhack.u_init.c257 uleft = uright = 0; in u_init()
HDhack.eat.c359 if (uleft) in gethungry()