| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
| H A D | directives-only.c | 41 const unsigned char *cur, *base, *next_line, *rlimit; in _cpp_preprocess_dir_only() local 52 buffer->cur = buffer->line_base = buffer->next_line; in _cpp_preprocess_dir_only() 59 next_line = cur = base = buffer->cur; in _cpp_preprocess_dir_only() 93 if (!pfile->state.skipping && next_line != base) in _cpp_preprocess_dir_only() 94 cb->print_lines (lines, base, next_line - base); in _cpp_preprocess_dir_only() 97 buffer->next_line = cur; in _cpp_preprocess_dir_only() 114 if (pfile->buffer->next_line < pfile->buffer->rlimit) in _cpp_preprocess_dir_only() 203 next_line = cur; in _cpp_preprocess_dir_only()
|
| H A D | lex.c | 943 buffer->cur = buffer->line_base = buffer->next_line; in _cpp_clean_line() 945 s = buffer->next_line; in _cpp_clean_line() 1019 buffer->next_line = p - 1; in _cpp_clean_line() 1037 while (p != buffer->next_line && is_nvspace (p[-1])) in _cpp_clean_line() 1039 if (p == buffer->next_line || p[-1] != '\\') in _cpp_clean_line() 1044 buffer->next_line = p - 1; in _cpp_clean_line() 1073 buffer->next_line = s + 1; in _cpp_clean_line() 1128 if (buffer->next_line > buffer->rlimit) in _cpp_process_line_notes() 1133 buffer->next_line = buffer->rlimit; in _cpp_process_line_notes() 1212 if (buffer->next_line >= buffer->rlimit) in _cpp_skip_block_comment() [all …]
|
| /netbsd-src/external/gpl2/xcvs/dist/diff/ |
| H A D | ifdef.c | 38 static int next_line; variable 46 next_line = - files[0].prefix_lines; 48 if (next_line < files[0].valid_lines) 51 format_ifdef (group_format[UNCHANGED], next_line, files[0].valid_lines, 52 next_line - files[0].valid_lines + files[1].valid_lines, 80 if (next_line < first0) 81 format_ifdef (group_format[UNCHANGED], next_line, first0, 82 next_line - first0 + first1, first1); 85 next_line = last0 + 1; 86 format_ifdef (format, first0, next_line, first1, last1 + 1);
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_procmaps_linux.cc | 37 char *next_line = in Next() local 39 if (next_line == 0) in Next() 40 next_line = last; in Next() 67 while (data_.current < next_line && *data_.current == ' ') data_.current++; in Next() 71 Min((uptr)(next_line - data_.current), segment->filename_size - 1); in Next() 76 data_.current = next_line + 1; in Next()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_procmaps_linux.cpp | 36 char *next_line = in Next() local 38 if (next_line == 0) in Next() 39 next_line = last; in Next() 66 while (data_.current < next_line && *data_.current == ' ') data_.current++; in Next() 70 Min((uptr)(next_line - data_.current), segment->filename_size - 1); in Next() 75 data_.current = next_line + 1; in Next()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_procmaps_linux.cc | 34 char *next_line = in Next() local 36 if (next_line == 0) in Next() 37 next_line = last; in Next() 64 while (data_.current < next_line && *data_.current == ' ') data_.current++; in Next() 68 Min((uptr)(next_line - data_.current), segment->filename_size - 1); in Next() 73 data_.current = next_line + 1; in Next()
|
| /netbsd-src/external/gpl2/diffutils/dist/src/ |
| H A D | ifdef.c | 46 static lin next_line; variable 53 next_line = - files[0].prefix_lines; in print_ifdef_script() 55 if (next_line < files[0].valid_lines) in print_ifdef_script() 58 format_ifdef (group_format[UNCHANGED], next_line, files[0].valid_lines, in print_ifdef_script() 59 next_line - files[0].valid_lines + files[1].valid_lines, in print_ifdef_script() 81 if (next_line < first0) in print_ifdef_hunk() 82 format_ifdef (group_format[UNCHANGED], next_line, first0, in print_ifdef_hunk() 83 next_line - first0 + first1, first1); in print_ifdef_hunk() 86 next_line = last0 + 1; in print_ifdef_hunk() 87 format_ifdef (group_format[changes], first0, next_line, first1, last1 + 1); in print_ifdef_hunk()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/cleanup/ |
| H A D | cleanup_out.c | 184 char *next_line; in cleanup_out_header() local 214 for (line = start; line; line = next_line) { in cleanup_out_header() 215 next_line = split_at(line, '\n'); in cleanup_out_header() 216 line_len = next_line ? next_line - 1 - line : strlen(line); in cleanup_out_header() 221 next_line = 0; in cleanup_out_header()
|
| H A D | cleanup_message.c | 106 char *next_line; in cleanup_fold_header() local 116 for (line = start_line; line != 0; line = next_line) { in cleanup_fold_header() 125 next_line = *end_line ? end_line + 1 : 0; in cleanup_fold_header()
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
| H A D | update-copyright.py | 294 next_line = None 305 return (False, orig_line, next_line) 310 next_line = file.next() 316 continuation = self.strip_continuation (next_line) 321 orig_line += next_line 323 next_line = None 337 return (False, orig_line, next_line) 342 return (False, orig_line, next_line) 349 return (False, orig_line, next_line) 365 return (False, orig_line, next_line) [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/ |
| H A D | update-copyright.py | 297 next_line = None 308 return (False, orig_line, next_line) 313 next_line = file.readline() 319 continuation = self.strip_continuation (next_line) 324 orig_line += next_line 326 next_line = None 340 return (False, orig_line, next_line) 345 return (False, orig_line, next_line) 352 return (False, orig_line, next_line) 368 return (False, orig_line, next_line) [all …]
|
| H A D | analyze_brprob.py | 106 next_line = lines[i + 1] 108 l += next_line
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/ |
| H A D | 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
|
| /netbsd-src/games/hack/ |
| H A D | hack.pager.c | 266 struct line *next_line; in cornline() member 293 tl->next_line = 0; in cornline() 299 texttail->next_line = tl; in cornline() 319 for (tl = texthead; tl; tl = tl->next_line) { in cornline() 335 for (tl = texthead; tl; tl = tl->next_line) { in cornline() 350 texthead = tl->next_line; in cornline()
|
| /netbsd-src/external/gpl2/texinfo/dist/util/ |
| H A D | texindex.c | 1127 char **next_line; in writelines() local 1133 for (next_line = linearray; next_line != stop_line; next_line++) in writelines() 1136 if (next_line == linearray in writelines() 1139 || compare_general (*(next_line - 1), *next_line, 0L, 0L, in writelines() 1142 char *p = *next_line; in writelines() 1148 indexify (*next_line, ostream); in writelines()
|
| /netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
| H A D | defun.c | 367 char *next_line, *new_line; in defun_internal() local 375 get_rest_of_line (0, &next_line); in defun_internal() 376 new_line = (char *) xmalloc (i + strlen (next_line) + 2); in defun_internal() 381 strcat (new_line, next_line); in defun_internal() 383 free (next_line); in defun_internal()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/smtp/ |
| H A D | smtp_proto.c | 1243 char *next_line; in smtp_header_out() local 1249 for (line = start; line; line = next_line) { in smtp_header_out() 1250 next_line = split_at(line, '\n'); in smtp_header_out() 1251 smtp_text_out(context, REC_TYPE_NORM, line, next_line ? in smtp_header_out() 1252 next_line - line - 1 : strlen(line), offset); in smtp_header_out() 1266 char *next_line; in smtp_header_rewrite() local 1333 for (line = start = vstring_str(buf); line != 0; line = next_line) { in smtp_header_rewrite() 1342 next_line = *end_line ? end_line + 1 : 0; in smtp_header_rewrite() 1353 for (line = start = vstring_str(buf); line != 0; line = next_line) { in smtp_header_rewrite() 1354 next_line = split_at(line, '\n'); in smtp_header_rewrite() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ocsp/ |
| H A D | ocsp_ht.c | 352 next_line: in OCSP_REQ_CTX_nbio() 385 goto next_line; in OCSP_REQ_CTX_nbio() 397 goto next_line; in OCSP_REQ_CTX_nbio()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/sendmail/ |
| H A D | sendmail.c | 624 char *next_line; in output_header() local 656 for (line = start = STR(buf); line; line = next_line) { in output_header() 657 next_line = split_at(line, '\n'); in output_header() 658 len = next_line ? next_line - line - 1 : strlen(line); in output_header()
|
| /netbsd-src/external/gpl3/gcc/dist/libcpp/ |
| H A D | lex.cc | 943 buffer->cur = buffer->line_base = buffer->next_line; in _cpp_clean_line() 945 s = buffer->next_line; in _cpp_clean_line() 1019 buffer->next_line = p - 1; in _cpp_clean_line() 1037 while (p != buffer->next_line && is_nvspace (p[-1])) in _cpp_clean_line() 1039 if (p == buffer->next_line || p[-1] != '\\') in _cpp_clean_line() 1044 buffer->next_line = p - 1; in _cpp_clean_line() 1073 buffer->next_line = s + 1; in _cpp_clean_line() 1128 if (buffer->next_line > buffer->rlimit) in _cpp_process_line_notes() 1133 buffer->next_line = buffer->rlimit; in _cpp_process_line_notes() 1692 if (buffer->next_line >= buffer->rlimit) in _cpp_skip_block_comment() [all …]
|
| /netbsd-src/crypto/dist/ipsec-tools/misc/ |
| H A D | cvs2cl.pl | 1518 my $next_line = substr ($this_line, $idx); 1531 $next_line =~ s/^\s*//; 1539 $next_line = $1 . $next_line if (defined ($1)); 1544 $next_line = $user_indent . $next_line; 1549 unshift (@lines, $next_line);
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-tic30.c | 280 tic30_find_parallel_insn (char *current_line, char *next_line) in tic30_find_parallel_insn() argument 290 while (!is_end_of_line[(unsigned char) *next_line]) in tic30_find_parallel_insn() 292 if (*next_line == PARALLEL_SEPARATOR in tic30_find_parallel_insn() 293 && *(next_line + 1) == PARALLEL_SEPARATOR) in tic30_find_parallel_insn() 296 next_line++; in tic30_find_parallel_insn() 299 next_line++; in tic30_find_parallel_insn() 321 line = next_line; in tic30_find_parallel_insn()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-tic30.c | 280 tic30_find_parallel_insn (char *current_line, char *next_line) in tic30_find_parallel_insn() argument 290 while (!is_end_of_line[(unsigned char) *next_line]) in tic30_find_parallel_insn() 292 if (*next_line == PARALLEL_SEPARATOR in tic30_find_parallel_insn() 293 && *(next_line + 1) == PARALLEL_SEPARATOR) in tic30_find_parallel_insn() 296 next_line++; in tic30_find_parallel_insn() 299 next_line++; in tic30_find_parallel_insn() 321 line = next_line; in tic30_find_parallel_insn()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/http/ |
| H A D | http_client.c | 643 next_line: in OSSL_HTTP_REQ_CTX_nbio() 678 goto next_line; in OSSL_HTTP_REQ_CTX_nbio() 683 goto next_line; in OSSL_HTTP_REQ_CTX_nbio() 690 goto next_line; in OSSL_HTTP_REQ_CTX_nbio() 747 goto next_line; in OSSL_HTTP_REQ_CTX_nbio()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
| H A D | 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):
|