Searched refs:numeyes (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddothrow.c1575 int numeyes = eyecount(youmonst.data); local
1577 (numeyes == 1) ? body_part(EYE) :
1579 (numeyes == 1) ? "s" : "");
H A Dpotion.c1194 int numeyes = eyecount(youmonst.data); local
1196 (numeyes == 1) ? body_part(EYE) : makeplural(body_part(EYE)),
1197 (numeyes == 1) ? "s" : "");
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddothrow.c1575 int numeyes = eyecount(youmonst.data); local
1577 (numeyes == 1) ? body_part(EYE) :
1579 (numeyes == 1) ? "s" : "");
H A Dpotion.c1194 int numeyes = eyecount(youmonst.data); local
1196 (numeyes == 1) ? body_part(EYE) : makeplural(body_part(EYE)),
1197 (numeyes == 1) ? "s" : "");

Completed in 48 milliseconds