OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tt_next
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/hack/
hack.end.c
311
struct toptenentry *
tt_next
;
member in struct:toptenentry
391
tprev->
tt_next
= t0;
392
t0->
tt_next
= t1;
418
t1 = t1->
tt_next
= newttentry();
448
for (rank = 1; t1->points != 0; rank++, t1 = t1->
tt_next
) {
761
t1 = t1->
tt_next
= newttentry();
783
t2 = t1->
tt_next
;
hack.end.c
311
struct toptenentry *
tt_next
;
member in struct:toptenentry
391
tprev->
tt_next
= t0;
392
t0->
tt_next
= t1;
418
t1 = t1->
tt_next
= newttentry();
448
for (rank = 1; t1->points != 0; rank++, t1 = t1->
tt_next
) {
761
t1 = t1->
tt_next
= newttentry();
783
t2 = t1->
tt_next
;
Completed in 25 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025