Home
last modified time | relevance | path

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

/openbsd/src/games/hack/
Dhack.topl.c77 } *old_toplines, *last_redone_topl; variable
90 last_redone_topl = old_toplines; in doredotopl()
121 if(old_toplines && in remember_topl()
122 !strcmp(toplines, old_toplines->topl_text)) return; in remember_topl()
127 tl->next_topl = old_toplines; in remember_topl()
130 old_toplines = tl; in remember_topl()