Searched refs:wep_type (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dweapon.c1100 int type, wep_type, skill, bonus = 0; local
1103 wep_type = weapon_type(weapon);
1106 P_TWO_WEAPON_COMBAT : wep_type;
1120 if (P_SKILL(wep_type) < skill) skill = P_SKILL(wep_type);
1169 int type, wep_type, skill, bonus = 0; local
1171 wep_type = weapon_type(weapon);
1174 P_TWO_WEAPON_COMBAT : wep_type;
1189 if (P_SKILL(wep_type) < skill) skill = P_SKILL(wep_type);
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dweapon.c1100 int type, wep_type, skill, bonus = 0; local
1103 wep_type = weapon_type(weapon);
1106 P_TWO_WEAPON_COMBAT : wep_type;
1120 if (P_SKILL(wep_type) < skill) skill = P_SKILL(wep_type);
1169 int type, wep_type, skill, bonus = 0; local
1171 wep_type = weapon_type(weapon);
1174 P_TWO_WEAPON_COMBAT : wep_type;
1189 if (P_SKILL(wep_type) < skill) skill = P_SKILL(wep_type);
[all...]

Completed in 80 milliseconds