Home
last modified time | relevance | path

Searched refs:start_column (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dlinebreak.h83 int width, int start_column, int at_end_columns,
88 int width, int start_column, int at_end_columns,
93 int width, int start_column, int at_end_columns,
98 int width, int start_column, int at_end_columns,
H A Dlinebreak.c976 int width, int start_column, int at_end_columns, in u8_width_linebreaks() argument
989 last_column = start_column; in u8_width_linebreaks()
1062 int width, int start_column, int at_end_columns, in u16_width_linebreaks() argument
1075 last_column = start_column; in u16_width_linebreaks()
1146 int width, int start_column, int at_end_columns, in u32_width_linebreaks() argument
1159 last_column = start_column; in u32_width_linebreaks()
1593 int width, int start_column, int at_end_columns, in mbs_width_linebreaks() argument
1598 return start_column; in mbs_width_linebreaks()
1600 …return u8_width_linebreaks ((const unsigned char *) s, n, width, start_column, at_end_columns, o, … in mbs_width_linebreaks()
1659 …u8_width_linebreaks ((const unsigned char *) t, m, width, start_column, at_end_columns, o8, encodi… in mbs_width_linebreaks()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dlinebreak.h83 int width, int start_column, int at_end_columns,
88 int width, int start_column, int at_end_columns,
93 int width, int start_column, int at_end_columns,
98 int width, int start_column, int at_end_columns,
H A Dlinebreak.c976 int width, int start_column, int at_end_columns, in u8_width_linebreaks() argument
989 last_column = start_column; in u8_width_linebreaks()
1062 int width, int start_column, int at_end_columns, in u16_width_linebreaks() argument
1075 last_column = start_column; in u16_width_linebreaks()
1146 int width, int start_column, int at_end_columns, in u32_width_linebreaks() argument
1159 last_column = start_column; in u32_width_linebreaks()
1593 int width, int start_column, int at_end_columns, in mbs_width_linebreaks() argument
1598 return start_column; in mbs_width_linebreaks()
1600 …return u8_width_linebreaks ((const unsigned char *) s, n, width, start_column, at_end_columns, o, … in mbs_width_linebreaks()
1659 …u8_width_linebreaks ((const unsigned char *) t, m, width, start_column, at_end_columns, o8, encodi… in mbs_width_linebreaks()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dedit-context.c73 bool apply_fixit (int line, int start_column,
149 bool apply_fixit (int start_column,
387 edited_file::apply_fixit (int line, int start_column, int next_column, in apply_fixit() argument
394 return el->apply_fixit (start_column, next_column, replacement_str, in apply_fixit()
741 edited_line::apply_fixit (int start_column, in apply_fixit() argument
757 start_column = get_effective_column (start_column); in apply_fixit()
760 int start_offset = start_column - 1; in apply_fixit()
766 if (start_column > next_column) in apply_fixit()
798 m_line_events.safe_push (line_event (start_column, next_column, in apply_fixit()
H A Ddiagnostic-show-locus.c362 bool annotation_line_showed_range_p (linenum_type line, int start_column,
1861 layout::annotation_line_showed_range_p (linenum_type line, int start_column, in annotation_line_showed_range_p() argument
1868 && range->m_start.m_columns[CU_DISPLAY_COLS] == start_column in annotation_line_showed_range_p()
1985 int start_column; in get_affected_range() local
1989 start_column = location_compute_display_column (exploc_start); in get_affected_range()
1991 finish_column = start_column - 1; in get_affected_range()
1997 start_column = exploc_start.column; in get_affected_range()
2000 return column_range (start_column, finish_column); in get_affected_range()
2009 int start_column = location_compute_display_column (exploc); in get_printed_columns() local
2012 int final_hint_column = start_column + hint_width - 1; in get_printed_columns()
[all …]
H A Dgcov.c285 unsigned start_column; variable
338 ? lhs->start_column < rhs->start_column in operator()
642 start_line (0), start_column (0), end_line (0), end_column (0), in function_info()
1144 new json::integer_number ((*it)->start_column)); in output_json_intermediate_file()
1743 unsigned start_column = gcov_read_unsigned (); in read_graph_file() local
1757 fn->start_column = start_column; in read_graph_file()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dedit-context.cc73 bool apply_fixit (int line, int start_column,
149 bool apply_fixit (int start_column,
387 edited_file::apply_fixit (int line, int start_column, int next_column, in apply_fixit() argument
394 return el->apply_fixit (start_column, next_column, replacement_str, in apply_fixit()
747 edited_line::apply_fixit (int start_column, in apply_fixit() argument
763 start_column = get_effective_column (start_column); in apply_fixit()
766 int start_offset = start_column - 1; in apply_fixit()
772 if (start_column > next_column) in apply_fixit()
804 m_line_events.safe_push (line_event (start_column, next_column, in apply_fixit()
H A Ddiagnostic-show-locus.cc402 bool annotation_line_showed_range_p (linenum_type line, int start_column,
2106 layout::annotation_line_showed_range_p (linenum_type line, int start_column, in annotation_line_showed_range_p() argument
2113 && range->m_start.m_columns[CU_DISPLAY_COLS] == start_column in annotation_line_showed_range_p()
2231 int start_column; in get_affected_range() local
2235 start_column = location_compute_display_column (exploc_start, policy); in get_affected_range()
2237 finish_column = start_column - 1; in get_affected_range()
2243 start_column = exploc_start.column; in get_affected_range()
2246 return column_range (start_column, finish_column); in get_affected_range()
2256 int start_column = location_compute_display_column (exploc, policy); in get_printed_columns() local
2259 int final_hint_column = start_column + hint_width - 1; in get_printed_columns()
[all …]
H A Dgcov.cc285 unsigned start_column; member in function_info
338 ? lhs->start_column < rhs->start_column in operator ()()
677 start_line (0), start_column (0), end_line (0), end_column (0), in function_info()
1230 new json::integer_number ((*it)->start_column)); in output_json_intermediate_file()
1853 unsigned start_column = gcov_read_unsigned (); in read_graph_file() local
1867 fn->start_column = start_column; in read_graph_file()
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dlinebreak.c.diff78 int width, int start_column, int at_end_columns,
111 int width, int start_column, int at_end_columns,
/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
1220 &start_column, 0); 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()
4253 unsigned start_line, start_column, end_line, end_column; in perform_token_annotation() local
4255 0, &start_line, &start_column, 0); in perform_token_annotation()
4259 PrintExtent(stdout, start_line, start_column, end_line, end_column); in perform_token_annotation()
4268 unsigned start_line, start_column, end_line, end_column; in perform_token_annotation() local
4278 0, &start_line, &start_column, 0); in perform_token_annotation()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgcov.texi247 "start_column": @var{start_column}
277 @var{start_column}: column in the source file where the function begins
284 implementation, @var{start_line} and @var{start_column} do not include
H A Dgcc.info55839 "start_column": START_COLUMN
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgcov.texi247 "start_column": 5,
277 @var{start_column}: column in the source file where the function begins
284 implementation, @var{start_line} and @var{start_column} do not include
H A Dgcc.info58828 "start_column": 5,
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc24625 size_t start_column = 0; in rs6000_print_options_internal() local
24633 start_column += fprintf (file, "%*s", indent, ""); in rs6000_print_options_internal()
24641 start_column += fprintf (stderr, DEBUG_FMT_WX, string, flags); in rs6000_print_options_internal()
24644 cur_column = start_column; in rs6000_print_options_internal()
24678 fprintf (stderr, ", \\\n%*s", (int)start_column, ""); in rs6000_print_options_internal()
24679 cur_column = start_column + len; in rs6000_print_options_internal()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c23938 size_t start_column = 0; in rs6000_print_options_internal() local
23946 start_column += fprintf (file, "%*s", indent, ""); in rs6000_print_options_internal()
23954 start_column += fprintf (stderr, DEBUG_FMT_WX, string, flags); in rs6000_print_options_internal()
23957 cur_column = start_column; in rs6000_print_options_internal()
23991 fprintf (stderr, ", \\\n%*s", (int)start_column, ""); in rs6000_print_options_internal()
23992 cur_column = start_column + len; in rs6000_print_options_internal()