HomeSort by: relevance | last modified time | path
    Searched refs:next_line (Results 1 - 4 of 4) 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/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/
unbalanced_allocs.py 43 next_line, stack = ProcessStack(f.readline(), f)
48 return next_line
57 next_line, stack = ProcessStack(f.readline(), f)
59 return next_line
  /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;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 2281 next_line = raw[linenum + 1]
2282 if (next_line
2283 and Match(r'\s*}', next_line)
2284 and next_line.find('} else ') == -1):
3424 next_line = clean_lines.elided[linenum + 1]
3431 if not Search(r'^\s*}[\w\*,\s]*;', next_line):

Completed in 16 milliseconds