OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_topl
(Results
1 - 1
of
1
) sorted by relevancy
/src/games/hack/
hack.topl.c
77
struct topl *
next_topl
;
member in struct:topl
89
last_redone_topl = last_redone_topl->
next_topl
;
127
tl->
next_topl
= old_toplines;
133
tl = tl->
next_topl
;
135
if (tl && tl->
next_topl
) {
136
free(tl->
next_topl
);
137
tl->
next_topl
= 0;
Completed in 26 milliseconds
Indexes created Mon Oct 27 08:10:08 GMT 2025