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

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

Completed in 189 milliseconds