HomeSort by: relevance | last modified time | path
    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