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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmondata.c223 long atk_mask = (1L << AT_BREA) | (1L << AT_SPIT) | (1L << AT_GAZE); local
234 if ((atk_mask & (1L << atyp)) != 0L) return TRUE;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmondata.c223 long atk_mask = (1L << AT_BREA) | (1L << AT_SPIT) | (1L << AT_GAZE); local
234 if ((atk_mask & (1L << atyp)) != 0L) return TRUE;

Completed in 77 milliseconds