Home
last modified time | relevance | path

Searched refs:old_toplines (Results 1 – 1 of 1) sorted by relevance

/dragonfly/games/hack/
H A Dhack.topl.c74 } *old_toplines, *last_redone_topl; variable
86 last_redone_topl = old_toplines; in doredotopl()
117 if (old_toplines && in remember_topl()
118 !strcmp(toplines, old_toplines->topl_text)) in remember_topl()
122 tl->next_topl = old_toplines; in remember_topl()
125 old_toplines = tl; in remember_topl()