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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dpray.c1236 int unicalign = sgn(ptr->maligntyp); local
1239 if (unicalign == altaralign) {
1241 (unicalign == A_CHAOTIC)
1242 ? "chaos" : unicalign ? "law" : "balance");
1256 if (unicalign == u.ualign.type) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dpray.c1236 int unicalign = sgn(ptr->maligntyp); local
1239 if (unicalign == altaralign) {
1241 (unicalign == A_CHAOTIC)
1242 ? "chaos" : unicalign ? "law" : "balance");
1256 if (unicalign == u.ualign.type) {

Completed in 30 milliseconds