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

/netbsd-current/games/hack/
H A Dhack.end.c303 #define newttentry() ((struct toptenentry *) alloc(sizeof(struct toptenentry))) macro
356 t0 = newttentry();
375 t1 = tt_head = newttentry();
418 t1 = t1->tt_next = newttentry();
737 t1 = tt_head = newttentry();
761 t1 = t1->tt_next = newttentry();

Completed in 114 milliseconds