Home
last modified time | relevance | path

Searched refs:end_around (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/games/hack/
H A Dhack.options.c86 flags.end_around = 4; in initoptions()
194 flags.end_around = num; in parseoptions()
262 if (flags.end_top != 5 || flags.end_around != 4 || flags.end_own) { in doset()
266 flags.end_top, flags.end_around); in doset()
H A Ddef.flag.h78 unsigned end_top, end_around; /* describe desired score list */ member
H A Dhack.end.c458 (rank < rank0 - (int)flags.end_around || rank > rank0 + (int)flags.end_around) in topten()
466 if (rank == rank0 - (int)flags.end_around && in topten()
467 rank0 > (int)flags.end_top + (int)flags.end_around + 1 && in topten()