HomeSort by: relevance | last modified time | path
    Searched refs:old_toplines (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hack/
hack.topl.c 79 } *old_toplines, *last_redone_topl; variable in typeref:struct:topl *
91 last_redone_topl = old_toplines;
122 if (old_toplines &&
123 !strcmp(toplines, old_toplines->topl_text))
127 tl->next_topl = old_toplines;
130 old_toplines = tl;
hack.topl.c 79 } *old_toplines, *last_redone_topl; variable in typeref:struct:topl *
91 last_redone_topl = old_toplines;
122 if (old_toplines &&
123 !strcmp(toplines, old_toplines->topl_text))
127 tl->next_topl = old_toplines;
130 old_toplines = tl;

Completed in 24 milliseconds