Home
last modified time | relevance | path

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

/openbsd/games/hack/
H A Dhack.pager.c259 } *texthead, *texttail; in cornline() local
265 texthead = 0; in cornline()
288 if(!texthead) in cornline()
289 texthead = tl; in cornline()
298 pline("%s", texthead->line_text); in cornline()
312 for (tl = texthead; tl; tl = tl->next_line) { in cornline()
328 for (tl = texthead; tl; tl = tl->next_line) { in cornline()
343 while ((tl = texthead)) { in cornline()
344 texthead = tl->next_line; in cornline()