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

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

Completed in 137 milliseconds