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

/external/openssl/crypto/ocsp/
H A Docsp_ht.c335 next_line:
373 goto next_line;
390 goto next_line;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cc402 char *next_line = (char*)internal_memchr(current_, '\n', last - current_);
403 if (next_line == 0)
404 next_line = last;
437 while (current_ < next_line && *current_ == ' ')
441 while (current_ < next_line) {
448 current_ = next_line + 1;
/external/e2fsprogs/misc/
H A De2initrd_helper.c348 goto next_line;
355 next_line:
/external/markdown/markdown/extensions/
H A Dfootnotes.py239 next_line = lines[j]; break
244 if detab(next_line): # Yes, more work to do.
/external/valgrind/main/tests/
H A Ds390x_features.c162 if (*p == '\n') goto next_line;
182 next_line: ;
/external/webkit/Tools/Scripts/webkitpy/style/checkers/
H A Dcpp.py1722 next_line = raw[line_number + 1]
1723 if (next_line
1724 and match(r'\s*}', next_line)
1725 and next_line.find('namespace') == -1
1726 and next_line.find('} else ') == -1):
2679 next_line = clean_lines.raw_lines[line_number + 1]
2680 if not is_blank_line(next_line):
/external/v8/src/
H A Dd8.cc1121 char* next_line = ReadLine(ptr); local
1125 ptr = next_line;
1155 ptr = next_line;
/external/valgrind/main/coregrind/
H A Dm_machine.c586 if (*p == '\n') goto next_line;
604 next_line: ;

Completed in 277 milliseconds