Home
last modified time | relevance | path

Searched refs:start_line (Results 1 – 25 of 50) sorted by relevance

12

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dline_wrap.c81 const char *start_line; in line_wrap() local
101 for (start_line = word = str; word != 0; word = next_word) { in line_wrap()
103 if (word > start_line) { in line_wrap()
104 if (next_space - start_line > curr_len) { in line_wrap()
105 line_len = word - start_line; in line_wrap()
106 while (line_len > 0 && ISSPACE(start_line[line_len - 1])) in line_wrap()
108 output_fn(start_line, line_len, curr_indent, context); in line_wrap()
111 if (start_line == str) { in line_wrap()
115 start_line = word; in line_wrap()
120 line_len = strlen(start_line); in line_wrap()
[all …]
/netbsd-src/lib/libform/
H A Dinternals.c150 field->start_line = field->alines; in adjust_ypos()
160 field->start_line = field->start_line->next; in adjust_ypos()
187 if (field->start_line == saved) in add_to_free()
188 field->start_line = saved; in add_to_free()
194 if (field->start_line == saved) in add_to_free()
201 if (field->start_line == saved) in add_to_free()
202 field->start_line = saved; in add_to_free()
571 if (row == field->start_line) in _formi_wrap_field()
686 field->start_line = saved_start_line; in _formi_wrap_field()
768 if (field->start_line->prev != NULL) in _formi_join_line()
[all …]
H A Ddriver.c325 (fieldp->start_line == 0) && in form_driver()
345 (fieldp->start_line == 0) && in form_driver()
446 fieldp->start_line = fieldp->alines; in form_driver()
H A Dfield.c324 field->start_line = 0; in field_buffer_init()
341 field->start_line = field->alines; in field_buffer_init()
813 new->start_line = new->alines; in new_field()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/Reviewing/
H A Dfind_interesting_reviews.py496 def get_blame_output_for(self, git_repo, base_revision, path, start_line=-1, argument
505 if start_line == -1 and end_line == -1:
507 assert start_line >= 0
510 assert start_line <= len(all_blame_lines)
511 assert start_line <= end_line
512 return all_blame_lines[start_line:end_line]
515 start_line=-1, end_line=-1): argument
517 self.get_blame_output_for(git_repo, base_revision, path, start_line,
545 for start_line, end_line in hunk.actual_lines_changed_offset:
549 git_repo, base_revision, path, start_line, end_line
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcov.c282 unsigned start_line; variable
337 return (lhs->start_line == rhs->start_line in operator()
339 : lhs->start_line < rhs->start_line); in operator()
408 if (fn->start_line >= line_to_function_map.size ()) in add_function()
409 line_to_function_map.resize (fn->start_line + 1); in add_function()
411 vector<function_info *> **slot = &line_to_function_map[fn->start_line]; in add_function()
642 start_line (0), start_column (0), end_line (0), end_column (0), in function_info()
666 return is_group && src == src_idx && start_line <= n && n <= end_line; in group_line_p()
1142 new json::integer_number ((*it)->start_line)); in output_json_intermediate_file()
1196 unsigned start_line; member
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcov.cc282 unsigned start_line; member in function_info
337 return (lhs->start_line == rhs->start_line in operator ()()
339 : lhs->start_line < rhs->start_line); in operator ()()
411 if (fn->start_line >= line_to_function_map.size ()) in add_function()
412 line_to_function_map.resize (fn->start_line + 1); in add_function()
414 vector<function_info *> **slot = &line_to_function_map[fn->start_line]; in add_function()
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()
1228 new json::integer_number ((*it)->start_line)); in output_json_intermediate_file()
1291 unsigned start_line; member
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/
H A Dclang-format-diff.py84 start_line = int(match.group(1))
90 end_line = start_line + line_count - 1
92 ['-lines', str(start_line) + ':' + str(end_line)])
H A Dgit-clang-format319 start_line = int(match.group(1))
324 matches.setdefault(filename, []).append(Range(start_line, line_count))
427 '-lines=%s:%s' % (start_line, start_line+line_count-1)
428 for start_line, line_count in line_ranges])
/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dmain.cpp261 string start_line; in do_picture() local
267 start_line += c; in do_picture()
272 start_line += '\0'; in do_picture()
274 switch (sscanf(&start_line[0], "%lf %lf", &wid, &ht)) { in do_picture()
285 out->set_args(start_line.contents()); in do_picture()
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Ddg-extract-results.py125 self.start_line = None
439 if not self.start_line or self.start_line[0] > time:
440 self.start_line = (time, line)
582 if self.start_line:
583 sys.stdout.write (self.start_line[1])
/netbsd-src/external/gpl3/gdb.old/dist/contrib/
H A Ddg-extract-results.py125 self.start_line = None
441 if not self.start_line or self.start_line[0] > time:
442 self.start_line = (time, line)
584 if self.start_line:
585 sys.stdout.write (self.start_line[1])
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Ddg-extract-results.py125 self.start_line = None
441 if not self.start_line or self.start_line[0] > time:
442 self.start_line = (time, line)
584 if self.start_line:
585 sys.stdout.write (self.start_line[1])
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
H A Dtiming_generator.h152 uint32_t start_line,
156 uint32_t start_line);
159 uint32_t start_line);
/netbsd-src/external/mit/isl/dist/
H A Disl_printer.c185 __isl_give isl_printer *(*start_line)(__isl_take isl_printer *p); member
590 p = p->ops->start_line(p); in enter_state()
596 p = p->ops->start_line(p); in enter_state()
607 p = p->ops->start_line(p); in enter_state()
664 return p->ops->start_line(p); in isl_printer_start_line()
723 p = p->ops->start_line(p); in isl_printer_yaml_start_mapping()
H A Disl_stream_private.h47 int start_line; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Damdgpu_dcn10_optc.c109 uint32_t start_line, in optc1_setup_vertical_interrupt0() argument
115 OTG_VERTICAL_INTERRUPT0_LINE_START, start_line, in optc1_setup_vertical_interrupt0()
121 uint32_t start_line) in optc1_setup_vertical_interrupt1() argument
126 OTG_VERTICAL_INTERRUPT1_LINE_START, start_line); in optc1_setup_vertical_interrupt1()
131 uint32_t start_line) in optc1_setup_vertical_interrupt2() argument
136 OTG_VERTICAL_INTERRUPT2_LINE_START, start_line); in optc1_setup_vertical_interrupt2()
H A Damdgpu_dcn10_hw_sequencer.c3138 uint32_t *start_line, in dcn10_calc_vupdate_position() argument
3155 *start_line = start_position; in dcn10_calc_vupdate_position()
3157 *start_line = dc_crtc_timing->v_total + start_position - 1; in dcn10_calc_vupdate_position()
3159 *end_line = *start_line + 2; in dcn10_calc_vupdate_position()
3169 uint32_t *start_line, in dcn10_cal_vline_position() argument
3184 start_line, in dcn10_cal_vline_position()
3204 uint32_t start_line = 0; in dcn10_setup_periodic_interrupt() local
3207 dcn10_cal_vline_position(dc, pipe_ctx, vline, &start_line, &end_line); in dcn10_setup_periodic_interrupt()
3209 tg->funcs->setup_vertical_interrupt0(tg, start_line, end_line); in dcn10_setup_periodic_interrupt()
3221 int start_line = dc->hwss.get_vupdate_offset_from_vsync(pipe_ctx); in dcn10_setup_vupdate_interrupt() local
[all …]
H A Ddcn10_optc.h563 uint32_t start_line,
567 uint32_t start_line);
570 uint32_t start_line);
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_message.c104 char *start_line = vstring_str(header_buf); in cleanup_fold_header() local
116 for (line = start_line; line != 0; line = next_line) { in cleanup_fold_header()
118 if (line > start_line) { in cleanup_fold_header()
119 if (end_line - start_line < 70) { /* TAB counts as one */ in cleanup_fold_header()
122 start_line = line; in cleanup_fold_header()
/netbsd-src/external/gpl2/texinfo/dist/util/
H A Dinstall-info.c93 int start_line; member
114 int start_line; member
1018 next->start_line = i; in parse_dir_file()
1055 next->start_line = i + 1; in parse_dir_file()
1382 for (i = section->end_line; i > section->start_line; i--) in main()
1417 i >= section->start_line - 1; i--) in main()
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dmacro.c392 int start_line = line_number; in expand_macro() local
404 def->name, start_line); in expand_macro()
420 int start_line = line_number, end_line; in execute_macro() local
436 line_number = start_line; in execute_macro()
/netbsd-src/bin/ksh/
H A Dsyn.c19 int start_line; /* line nesting began on */ member
724 source->errline = nesting.start_line;
766 nesting.start_line = source->line;
797 nesting.start_line = 0;
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1217 unsigned start_line, start_column, end_line, end_column; in PrintDiagnostic() local
1219 clang_getSpellingLocation(start, &start_file, &start_line, in PrintDiagnostic()
1226 clang_getCString(insertion_text), start_line, start_column); in PrintDiagnostic()
1231 PrintExtent(out, start_line, start_column, end_line, end_column); in PrintDiagnostic()
1238 PrintExtent(out, start_line, start_column, end_line, end_column); in PrintDiagnostic()
2253 unsigned start_line, unsigned start_col, in print_cursor_file_scan() argument
2259 PrintExtent(stdout, start_line, start_col, end_line, end_col); in print_cursor_file_scan()
2273 unsigned start_line = 1, start_col = 1; in perform_file_scan() local
2307 print_cursor_file_scan(TU, prevCursor, start_line, start_col, in perform_file_scan()
2309 start_line = line; in perform_file_scan()
[all …]
/netbsd-src/external/gpl2/gettext/include/
H A Dgettext-po.h262 extern void po_message_add_filepos (po_message_t message, const char *file, size_t start_line);

12