HomeSort by: relevance | last modified time | path
    Searched defs:newttentry (Results 1 - 3 of 3) sorted by relevancy

  /src/games/hack/
hack.end.c 303 #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();
hack.end.c 303 #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();
hack.end.c 303 #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 33 milliseconds