Searched refs:end_line (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/contrib/ |
| D | dg-extract-results.py | 134 self.end_line = None 484 if not self.end_line or self.end_line[0] < time: 485 self.end_line = (time, line) 602 if self.end_line: 603 sys.stdout.write (self.end_line[1])
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | macrotab.c | 179 int end_line; member 668 if (compare_locations (file, line, found->end_file, found->end_line) < 0) in find_definition() 858 key->end_line); in macro_undef() 864 key->end_line = line; in macro_undef() 996 || compare_locations (key->end_file, key->end_line, in foreach_macro_in_scope()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/cleanup/ |
| D | cleanup_message.c | 112 char *end_line; in cleanup_fold_header() local 124 end_line = line + strcspn(line, "\n"); in cleanup_fold_header() 126 if (end_line - start_line < 70) { /* TAB counts as one */ in cleanup_fold_header() 132 next_line = *end_line ? end_line + 1 : 0; in cleanup_fold_header()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gcov.cc | 288 unsigned end_line; member in function_info 677 start_line (0), start_column (0), end_line (0), end_column (0), in function_info() 701 return is_group && src == src_idx && start_line <= n && n <= end_line; in group_line_p() 1231 function->set ("end_line", new json::integer_number ((*it)->end_line)); in output_json_intermediate_file() 1281 if (last_fn != NULL && last_fn->end_line == line_num) in output_json_intermediate_file() 1444 fn->lines.resize (fn->end_line - fn->start_line + 1); in process_all_functions() 1854 unsigned end_line = gcov_read_unsigned (); in read_graph_file() local 1868 fn->end_line = end_line; in read_graph_file() 3186 if ((*fns)[i]->end_line > line_start_group) in output_lines() 3187 line_start_group = (*fns)[i]->end_line; in output_lines()
|
| D | coverage.cc | 657 int end_line in coverage_begin_function() local 662 if (startloc.line > end_line) in coverage_begin_function() 667 end_line = startloc.line; in coverage_begin_function() 671 gcov_write_unsigned (end_line); in coverage_begin_function()
|
| D | diagnostic-show-locus.cc | 709 make_range (int start_line, int start_col, int end_line, int end_col) in make_range() argument 714 = {"", end_line, end_col, NULL, false}; in make_range()
|
| D | ChangeLog-2017 | 7776 (read_graph_file): Read new flag artificial and end_line.
|
| /netbsd/src/external/ibm-public/postfix/dist/src/smtp/ |
| D | smtp_proto.c | 1344 char *end_line; in smtp_header_rewrite() local 1411 end_line = line + strcspn(line, "\n"); in smtp_header_rewrite() 1413 if (end_line - start < 70) { /* TAB counts as one */ in smtp_header_rewrite() 1419 next_line = *end_line ? end_line + 1 : 0; in smtp_header_rewrite()
|
| /netbsd/src/external/bsd/tmux/dist/ |
| D | window-copy.c | 5443 u_int end_line; in window_copy_cursor_prompt() local 5454 end_line = 0; in window_copy_cursor_prompt() 5457 end_line = gd->hsize + gd->sy - 1; in window_copy_cursor_prompt() 5460 if (line == end_line) in window_copy_cursor_prompt() 5463 if (line == end_line) in window_copy_cursor_prompt()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | gcov.texi | 244 "end_line": 4, 268 @var{end_line}: line in the source file where the function ends
|
| D | gcc.info | 58825 "end_line": 4,
|