Searched refs:MIN_QUEST_ALIGN (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dquest.h36 #define MIN_QUEST_ALIGN 20 /* at least this align.record to start */ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dquest.h36 #define MIN_QUEST_ALIGN 20 /* at least this align.record to start */ macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dquest.c122 } else if (u.ualign.record < MIN_QUEST_ALIGN) {
124 u.ualign.record, MIN_QUEST_ALIGN);
126 u.ualign.record = MIN_QUEST_ALIGN;
130 purity = (u.ualign.record >= MIN_QUEST_ALIGN &&
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dquest.c122 } else if (u.ualign.record < MIN_QUEST_ALIGN) {
124 u.ualign.record, MIN_QUEST_ALIGN);
126 u.ualign.record = MIN_QUEST_ALIGN;
130 purity = (u.ualign.record >= MIN_QUEST_ALIGN &&

Completed in 53 milliseconds