Searched refs:W_ARMU (Results 1 - 18 of 18) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dprop.h91 # define W_ARMU 0x00000040L /* Undershirt */ macro
92 # define W_ARMOR (W_ARM | W_ARMC | W_ARMH | W_ARMS | W_ARMG | W_ARMF | W_ARMU)
145 #define WORN_SHIRT W_ARMU
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dprop.h91 # define W_ARMU 0x00000040L /* Undershirt */ macro
92 # define W_ARMOR (W_ARM | W_ARMC | W_ARMH | W_ARMS | W_ARMG | W_ARMF | W_ARMU)
145 #define WORN_SHIRT W_ARMU
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dworn.c22 { W_ARMU, &uarmu },
380 m_dowear_type(mon, W_ARMU, creation, FALSE);
430 case W_ARMU:
474 || flag == W_ARMU
636 if ((otmp = which_armor(mon, W_ARMU)) != 0) {
667 if ((otmp = which_armor(mon, W_ARMU)) != 0) {
H A Ddo_wear.c531 takeoff_mask &= ~W_ARMU;
540 setworn((struct obj *)0, W_ARMU);
1364 *mask = W_ARMU;
1696 otmph = (victim == &youmonst) ? uarmu : which_armor(victim, W_ARMU);
H A Du_init.c1028 setworn(obj, W_ARMU);
H A Duhitm.c70 } else if ((target = which_armor(mdef, W_ARMU)) != (struct obj *)0) {
1106 if (!obj) obj = which_armor(mdef, W_ARMU); /* shirt */
H A Dpolyself.c619 setworn((struct obj *)0, otmp->owornmask & W_ARMU);
H A Dtrap.c86 item = (victim == &youmonst) ? uarmu : which_armor(victim, W_ARMU);
1869 target = which_armor(mtmp, W_ARMU);
H A Dmhitu.c837 armor = (mon == &youmonst) ? uarmu : which_armor(mon, W_ARMU);
H A Dzap.c3001 if ((otmp2 = which_armor(mon, W_ARMU)) != 0)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dworn.c22 { W_ARMU, &uarmu },
380 m_dowear_type(mon, W_ARMU, creation, FALSE);
430 case W_ARMU:
474 || flag == W_ARMU
636 if ((otmp = which_armor(mon, W_ARMU)) != 0) {
667 if ((otmp = which_armor(mon, W_ARMU)) != 0) {
H A Ddo_wear.c531 takeoff_mask &= ~W_ARMU;
540 setworn((struct obj *)0, W_ARMU);
1364 *mask = W_ARMU;
1696 otmph = (victim == &youmonst) ? uarmu : which_armor(victim, W_ARMU);
H A Du_init.c1028 setworn(obj, W_ARMU);
H A Duhitm.c70 } else if ((target = which_armor(mdef, W_ARMU)) != (struct obj *)0) {
1106 if (!obj) obj = which_armor(mdef, W_ARMU); /* shirt */
H A Dpolyself.c619 setworn((struct obj *)0, otmp->owornmask & W_ARMU);
H A Dtrap.c86 item = (victim == &youmonst) ? uarmu : which_armor(victim, W_ARMU);
1869 target = which_armor(mtmp, W_ARMU);
H A Dmhitu.c837 armor = (mon == &youmonst) ? uarmu : which_armor(mon, W_ARMU);
H A Dzap.c3001 if ((otmp2 = which_armor(mon, W_ARMU)) != 0)

Completed in 126 milliseconds