Home
last modified time | relevance | path

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

/openbsd/games/hack/
H A Dhack.end.c72 #define newttentry() (struct toptenentry *) alloc(sizeof(struct toptenentry))
84 struct toptenentry { struct
85 struct toptenentry *tt_next; argument
98 static int outentry(int, struct toptenentry *, int); argument
304 struct toptenentry *t0, *t1, *tprev; in topten()
469 outentry(int rank, struct toptenentry *t1, int so) in outentry()
620 struct toptenentry *t1, *t2; in prscore()