Searched refs:oc_skill (Results 1 - 16 of 16) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h128 objects[otmp->otyp].oc_skill >= P_DAGGER && \
129 objects[otmp->otyp].oc_skill <= P_SABER)
132 objects[otmp->otyp].oc_skill == P_AXE)
135 objects[otmp->otyp].oc_skill == P_PICK_AXE)
137 objects[otmp->otyp].oc_skill >= P_SHORT_SWORD && \
138 objects[otmp->otyp].oc_skill <= P_SABER)
141 (objects[otmp->otyp].oc_skill == P_POLEARMS || \
142 objects[otmp->otyp].oc_skill == P_LANCE))
144 objects[otmp->otyp].oc_skill >= P_SPEAR && \
145 objects[otmp->otyp].oc_skill <
[all...]
H A Dobjclass.h81 #define oc_skill oc_subtyp /* Skills of weapons, spellbooks, tools, gems */ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h128 objects[otmp->otyp].oc_skill >= P_DAGGER && \
129 objects[otmp->otyp].oc_skill <= P_SABER)
132 objects[otmp->otyp].oc_skill == P_AXE)
135 objects[otmp->otyp].oc_skill == P_PICK_AXE)
137 objects[otmp->otyp].oc_skill >= P_SHORT_SWORD && \
138 objects[otmp->otyp].oc_skill <= P_SABER)
141 (objects[otmp->otyp].oc_skill == P_POLEARMS || \
142 objects[otmp->otyp].oc_skill == P_LANCE))
144 objects[otmp->otyp].oc_skill >= P_SPEAR && \
145 objects[otmp->otyp].oc_skill <
[all...]
H A Dobjclass.h81 #define oc_skill oc_subtyp /* Skills of weapons, spellbooks, tools, gems */ macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddothrow.c109 skill = objects[obj->otyp].oc_skill;
265 if (objects[otmp->otyp].oc_skill == P_DAGGER
1214 if (uarmg && uwep && objects[uwep->otyp].oc_skill == P_BOW) {
1292 objects[uwep->otyp].oc_skill == P_BOW) {
1319 if (objects[otyp].oc_skill < P_NONE &&
1320 objects[otyp].oc_skill > -P_BOOMERANG &&
H A Dmthrowu.c371 objects[singleobj->otyp].oc_skill == P_BOW) {
542 skill = objects[otmp->otyp].oc_skill;
761 int oskill = objects[obj_type].oc_skill;
H A Dlock.c446 (objects[uwep->otyp].oc_skill < P_DAGGER) ||
447 (objects[uwep->otyp].oc_skill > P_LANCE) ||
H A Dweapon.c423 prop = (objects[rwep[i]]).oc_skill;
1080 type = objects[obj->otyp].oc_skill;
H A Dwield.c335 (uswapwep && objects[uswapwep->otyp].oc_skill == P_SLING)) ?
H A Dspell.c619 return (objects[booktype].oc_skill);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddothrow.c109 skill = objects[obj->otyp].oc_skill;
265 if (objects[otmp->otyp].oc_skill == P_DAGGER
1214 if (uarmg && uwep && objects[uwep->otyp].oc_skill == P_BOW) {
1292 objects[uwep->otyp].oc_skill == P_BOW) {
1319 if (objects[otyp].oc_skill < P_NONE &&
1320 objects[otyp].oc_skill > -P_BOOMERANG &&
H A Dmthrowu.c371 objects[singleobj->otyp].oc_skill == P_BOW) {
542 skill = objects[otmp->otyp].oc_skill;
761 int oskill = objects[obj_type].oc_skill;
H A Dlock.c446 (objects[uwep->otyp].oc_skill < P_DAGGER) ||
447 (objects[uwep->otyp].oc_skill > P_LANCE) ||
H A Dweapon.c423 prop = (objects[rwep[i]]).oc_skill;
1080 type = objects[obj->otyp].oc_skill;
H A Dwield.c335 (uswapwep && objects[uswapwep->otyp].oc_skill == P_SLING)) ?
H A Dspell.c619 return (objects[booktype].oc_skill);

Completed in 126 milliseconds