Searched refs:AM_LAWFUL (Results 1 - 12 of 12) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dalign.h30 #define AM_LAWFUL 4 macro
38 : ((x) == AM_LAWFUL) ? A_LAWFUL : ((int)x) - 2))
40 : ((x) == A_LAWFUL) ? AM_LAWFUL : (x) + 2)
H A Ddgn_file.h66 #define D_ALIGN_LAWFUL (AM_LAWFUL << 4)
H A Dyou.h106 #define ROLE_LAWFUL AM_LAWFUL
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dalign.h30 #define AM_LAWFUL 4 macro
38 : ((x) == AM_LAWFUL) ? A_LAWFUL : ((int)x) - 2))
40 : ((x) == A_LAWFUL) ? AM_LAWFUL : (x) + 2)
H A Ddgn_file.h66 #define D_ALIGN_LAWFUL (AM_LAWFUL << 4)
H A Dyou.h106 #define ROLE_LAWFUL AM_LAWFUL
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dlev_lex.c1253 { yylval.i= AM_LAWFUL; return ALIGNMENT; }
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dlev_lex.c1253 { yylval.i= AM_LAWFUL; return ALIGNMENT; }
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmakemon.c1181 case AM_LAWFUL: alshift = (ptr->maligntyp+20)/(2*ALIGNWEIGHT);
H A Dsp_lev.c73 static aligntyp ralign[3] = { AM_CHAOTIC, AM_NEUTRAL, AM_LAWFUL };
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmakemon.c1181 case AM_LAWFUL: alshift = (ptr->maligntyp+20)/(2*ALIGNWEIGHT);
H A Dsp_lev.c73 static aligntyp ralign[3] = { AM_CHAOTIC, AM_NEUTRAL, AM_LAWFUL };

Completed in 122 milliseconds