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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_procmaps_linux.cc 37 char *next_line = local in function:__sanitizer::MemoryMappingLayout::Next
39 if (next_line == 0)
40 next_line = last;
67 while (data_.current < next_line && *data_.current == ' ') data_.current++;
71 Min((uptr)(next_line - data_.current), segment->filename_size - 1);
76 data_.current = next_line + 1;
  /src/games/hack/
hack.pager.c 266 struct line *next_line; member in struct:cornline::line
293 tl->next_line = 0;
299 texttail->next_line = tl;
319 for (tl = texthead; tl; tl = tl->next_line) {
335 for (tl = texthead; tl; tl = tl->next_line) {
350 texthead = tl->next_line;

Completed in 12 milliseconds