Home
last modified time | relevance | path

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

/netbsd-src/games/hack/
H A Dhack.end.c82 static int outentry(int, struct toptenentry *, int);
471 (void) outentry(rank, t1, 0); in topten()
473 (void) outentry(rank, t1, 1); in topten()
475 int t0lth = outentry(0, t0, -1); in topten()
476 int t1lth = outentry(rank, t1, t0lth); in topten()
479 (void) outentry(0, t0, t0lth); in topten()
484 (void) outentry(0, t0, 1); in topten()
506 outentry(int rank, struct toptenentry *t1, int so) in outentry() function
798 (void) outentry(rank, t1, 0); in prscore()