HomeSort by: relevance | last modified time | path
    Searched defs:texthead (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hack/
hack.pager.c 268 } *texthead, *texttail; local in function:cornline
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;
hack.pager.c 268 } *texthead, *texttail; local in function:cornline
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 21 milliseconds