Searched refs:end_around (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dflag.h86 int end_top, end_around; /* describe desired score list */ member in struct:flag
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dtopten.c480 (rank < rank0 - flags.end_around ||
481 rank > rank0 + flags.end_around) &&
489 if (rank == rank0 - flags.end_around &&
490 rank0 > flags.end_top + flags.end_around + 1 &&
H A Doptions.c508 flags.end_around = 2;
1828 case 'A': flags.end_around = inum;
3065 flags.end_around, flags.end_own ? "/own" : "");
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dflag.h86 int end_top, end_around; /* describe desired score list */ member in struct:flag
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dtopten.c480 (rank < rank0 - flags.end_around ||
481 rank > rank0 + flags.end_around) &&
489 if (rank == rank0 - flags.end_around &&
490 rank0 > flags.end_top + flags.end_around + 1 &&
H A Doptions.c508 flags.end_around = 2;
1828 case 'A': flags.end_around = inum;
3065 flags.end_around, flags.end_own ? "/own" : "");

Completed in 60 milliseconds