Home
last modified time | relevance | path

Searched refs:indent_column (Results 1 – 20 of 20) sorted by relevance

/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/strings/
H A Dformatting.cpp131 int indent_column, in format_paragraph() argument
143 if ((0 != indent_column) && (current_column >= indent_column)) { in format_paragraph()
149 indent_following_lines = std::wstring(indent_column, L' '); in format_paragraph()
151 text += std::wstring(indent_column - current_column, L' '); in format_paragraph()
152 current_column = indent_column; in format_paragraph()
198 current_column = indent_column; in format_paragraph()
221 int indent_column, in format_paragraph() argument
226 …return to_utf8(format_paragraph(to_wide(text_to_wrap), indent_column, to_wide(indent_first_line), … in format_paragraph()
H A Dformatting.h59 int indent_column = 0,
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/input/cpp/
H A Dindent-c.cpp287 int indent_column; in indent_text() local
420 indent_column = frm.pse[frm.pse_tos].indent_tmp; in indent_text()
459 indent_column = frm.pse[frm.pse_tos].indent_tmp; in indent_text()
483 indent_column = frm.pse[frm.pse_tos].indent_tmp; in indent_text()
538 indent_column = pc->column; in indent_text()
576 indent_column = frm.pse[frm.pse_tos].indent_tmp; in indent_text()
583 indent_column = cpd.settings[UO_indent_label].n; in indent_text()
587 indent_column = frm.pse[frm.pse_tos].indent + in indent_text()
598 indent_column = frm.pse[frm.pse_tos].indent_tmp; in indent_text()
751 if (pc->column != indent_column) in indent_text()
[all …]
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/expected/cpp/
H A D02102-indent-c.cpp283 int indent_column; in indent_text() local
404 indent_column = frm.pse[frm.pse_tos].indent_tmp; in indent_text()
442 indent_column = frm.pse[frm.pse_tos].indent_tmp; in indent_text()
463 indent_column = frm.pse[frm.pse_tos].indent_tmp; in indent_text()
510 indent_column = pc->column; in indent_text()
546 indent_column = frm.pse[frm.pse_tos].indent_tmp; in indent_text()
552 indent_column = cpd.settings[UO_indent_label].n; in indent_text()
554 indent_column = frm.pse[frm.pse_tos].indent + in indent_text()
564 indent_column = frm.pse[frm.pse_tos].indent_tmp; in indent_text()
715 if (pc->column != indent_column) in indent_text()
[all …]
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/src/
H A Dindent.cpp621 size_t indent_column = 0; in indent_text() local
650 reindent_line(pc, indent_column); in indent_text()
1363 pc->nl_column = indent_column; in indent_text()
2457 && pc->column != indent_column) in indent_text()
2472 reindent_line(pc, indent_column); in indent_text()
2488 && pc->column != indent_column in indent_text()
2493 reindent_line(pc, indent_column); in indent_text()
3511 reindent_line(pc, indent_column); in indent_text()
3578 indent_column--; in indent_text()
3672 indent_value = indent_column; in indent_text()
[all …]
/dports/math/octave/octave-6.4.0/libgui/src/m-editor/
H A Doctave-qscintilla.cc663 int indent_column = -1; in smart_indent_line_or_selected_text() local
678 indent_column = indentation (line); in smart_indent_line_or_selected_text()
682 indent_column += indent_increment; in smart_indent_line_or_selected_text()
691 if (indent_column < 0) in smart_indent_line_or_selected_text()
692 indent_column = indentation (lineFrom); in smart_indent_line_or_selected_text()
701 indent_column -= indent_increment; in smart_indent_line_or_selected_text()
706 indent_column -= indent_increment; in smart_indent_line_or_selected_text()
712 indent_column -= indent_increment; in smart_indent_line_or_selected_text()
718 indent_column -= indent_increment; in smart_indent_line_or_selected_text()
722 setIndentation (line, indent_column); in smart_indent_line_or_selected_text()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgcc-rich-location.c171 int indent_column = LOCATION_COLUMN (get_start (indent)); in add_fixit_insert_formatted() local
175 for (int column = 1; column < indent_column; ++column) in add_fixit_insert_formatted()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgcc-rich-location.c171 int indent_column = LOCATION_COLUMN (get_start (indent)); in add_fixit_insert_formatted() local
175 for (int column = 1; column < indent_column; ++column) in add_fixit_insert_formatted()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgcc-rich-location.c171 int indent_column = LOCATION_COLUMN (get_start (indent)); in add_fixit_insert_formatted() local
175 for (int column = 1; column < indent_column; ++column) in add_fixit_insert_formatted()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgcc-rich-location.c171 int indent_column = LOCATION_COLUMN (get_start (indent)); in add_fixit_insert_formatted() local
175 for (int column = 1; column < indent_column; ++column) in add_fixit_insert_formatted()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgcc-rich-location.c171 int indent_column = LOCATION_COLUMN (get_start (indent)); in add_fixit_insert_formatted() local
175 for (int column = 1; column < indent_column; ++column) in add_fixit_insert_formatted()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgcc-rich-location.c171 int indent_column = LOCATION_COLUMN (get_start (indent)); in add_fixit_insert_formatted() local
175 for (int column = 1; column < indent_column; ++column) in add_fixit_insert_formatted()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgcc-rich-location.c171 int indent_column = LOCATION_COLUMN (get_start (indent)); in add_fixit_insert_formatted() local
175 for (int column = 1; column < indent_column; ++column) in add_fixit_insert_formatted()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgcc-rich-location.c171 int indent_column = LOCATION_COLUMN (get_start (indent)); in add_fixit_insert_formatted() local
175 for (int column = 1; column < indent_column; ++column) in add_fixit_insert_formatted()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgcc-rich-location.c171 int indent_column = LOCATION_COLUMN (get_start (indent)); in add_fixit_insert_formatted() local
175 for (int column = 1; column < indent_column; ++column) in add_fixit_insert_formatted()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgcc-rich-location.c171 int indent_column = LOCATION_COLUMN (get_start (indent)); in add_fixit_insert_formatted() local
175 for (int column = 1; column < indent_column; ++column) in add_fixit_insert_formatted()
/dports/editors/jed/jed-0.99-19/lib/
H A Dslmode.sl163 variable indent_column = what_column ();
193 whitespace (indent_column-1);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/tools/gn/
H A Dcommand_format.cc618 int indent_column = start_column; in Expr() local
621 indent_column = margin() + kIndentSize * 2; in Expr()
632 indent_column = start_column; in Expr()
636 indent_column = start_column; in Expr()
640 indent_column += kIndentSize * 2; in Expr()
642 stack_.push_back(IndentState(indent_column, in Expr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/gn/
H A Dcommand_format.cc759 int indent_column = start_column; in Expr() local
762 indent_column = margin() + kIndentSize * 2; in Expr()
771 indent_column = start_column; in Expr()
774 indent_column = start_column; in Expr()
778 indent_column += kIndentSize * 2; in Expr()
780 stack_.push_back(IndentState(indent_column, in Expr()
/dports/devel/gn/gn-1962/src/gn/
H A Dcommand_format.cc768 int indent_column = start_column; in Expr() local
771 indent_column = margin() + kIndentSize * 2; in Expr()
780 indent_column = start_column; in Expr()
783 indent_column = start_column; in Expr()
787 indent_column += kIndentSize * 2; in Expr()
789 stack_.push_back(IndentState(indent_column, in Expr()