Home
last modified time | relevance | path

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

/netbsd-src/games/hack/
H A Dhack.do_wear.c111 if (!uleft && !uright) { in doremring()
115 if (!uleft) in doremring()
118 return (dorr(uleft)); in doremring()
119 if (uleft && uright) in doremring()
129 return (dorr(uleft)); in doremring()
259 if (uleft && uright) { in dowearring()
270 if (otmp == uleft || otmp == uright) { in dowearring()
278 if (uleft) in dowearring()
382 if (uleft && uleft->otyp == RIN_PROTECTION) in find_ac()
383 uac -= uleft->spe; in find_ac()
[all …]
H A Dhack.Decl.c87 *uarmh = 0, *uarms = 0, *uarmg = 0, *uright = 0, *uleft = 0, variable
H A Dhack.worn.c92 W_RINGL, &uleft
H A Dhack.invent.c1003 if (!uleft && !uright) in doprring()
1009 if (uleft) in doprring()
1010 lets[ct++] = obj_to_let(uleft); in doprring()
H A Dhack.h226 extern struct obj *uleft, *uright, *fcobj;
H A Dhack.u_init.c262 uleft = uright = 0; in u_init()
H A Dhack.eat.c364 if (uleft) in gethungry()