Home
last modified time | relevance | path

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

/netbsd-src/games/hack/
H A Dhack.pager.c268 } *texthead, *texttail; in cornline() local
274 texthead = 0; in cornline()
296 if (!texthead) in cornline()
297 texthead = tl; in cornline()
305 pline("%s", texthead->line_text); in cornline()
319 for (tl = texthead; tl; tl = tl->next_line) { in cornline()
335 for (tl = texthead; tl; tl = tl->next_line) { in cornline()
349 while ((tl = texthead) != NULL) { in cornline()
350 texthead = tl->next_line; in cornline()