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 - 2
of
2
) 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;
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 53 milliseconds
Indexes created Tue Oct 14 11:09:46 GMT 2025