Home
last modified time | relevance | path

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

/openbsd/src/games/hack/
Dhack.end.c98 static int outentry(int, struct toptenentry *, int);
437 (void) outentry(rank, t1, 0); in topten()
439 (void) outentry(rank, t1, 1); in topten()
441 int t0lth = outentry(0, t0, -1); in topten()
442 int t1lth = outentry(rank, t1, t0lth); in topten()
444 (void) outentry(0, t0, t0lth); in topten()
448 (void) outentry(0, t0, 1); in topten()
469 outentry(int rank, struct toptenentry *t1, int so) in outentry() function
726 (void) outentry(rank, t1, 0); in prscore()