HomeSort by: relevance | last modified time | path
    Searched refs:tabstop (Results 1 - 20 of 20) sorted by relevancy

  /src/distrib/utils/more/
option.c 56 int tabstop = 8; /* Tab settings */ variable
115 tabstop = atoi(optarg);
116 if (tabstop <= 0)
117 tabstop = 8;
output.c 102 } while ((column % tabstop) != 0);
line.c 374 } while ((column % tabstop) != 0);
extern.h 193 extern int tabstop;
  /src/external/gpl2/diffutils/dist/src/
side.c 91 unsigned int tabstop = out_position + spaces; local
94 if (out_bound < tabstop)
95 tabstop = out_bound;
96 for (; out_position < tabstop; out_position++)
100 if (tabstop < out_bound)
102 out_position = tabstop;
  /src/external/gpl2/xcvs/dist/diff/
side.c 95 unsigned tabstop = out_position + spaces; local
98 if (out_bound < tabstop)
99 tabstop = out_bound;
100 for (; out_position < tabstop; out_position++)
104 if (tabstop < out_bound)
106 out_position = tabstop;
  /src/external/gpl3/gcc/dist/contrib/header-tools/
show-headers 10 tabstop = 2
66 output.append (padding[:indent*tabstop] + bname + arrow)
74 output.append (padding[:indent*tabstop] + bname + " ("+str(seen[inc])+")" + arrow)
  /src/external/gpl3/gcc.old/dist/contrib/header-tools/
show-headers 10 tabstop = 2
66 output.append (padding[:indent*tabstop] + bname + arrow)
74 output.append (padding[:indent*tabstop] + bname + " ("+str(seen[inc])+")" + arrow)
  /src/external/gpl3/gcc.old/dist/gcc/
diagnostic.cc 236 context->tabstop = 8;
396 int tabstop,
409 cpp_char_column_policy policy (tabstop, cpp_wcwidth);
425 = convert_column_unit (context->column_unit, context->tabstop, s);
1012 Use TABSTOP when handling DIAGNOSTICS_COLUMN_UNIT_DISPLAY. */
1017 int tabstop)
1036 = convert_column_unit (column_unit, tabstop, start_exploc);
1038 = convert_column_unit (column_unit, tabstop, next_exploc);
1401 context->tabstop);
1407 context->tabstop);
    [all...]
diagnostic-show-locus.cc 344 char_display_policy (int tabstop,
348 : cpp_char_column_policy (tabstop, width_cb),
1148 (dc.tabstop, cpp_wcwidth, default_print_decoded_ch);
3101 up, indexed by tabstop. */
3104 for (int tabstop = 1; tabstop != num_tabstops; ++tabstop)
3106 const int this_tab_size = tabstop - (tab_col - 1) % tabstop;
3107 extra_width[tabstop] = this_tab_size - 1
    [all...]
diagnostic.h 357 /* The size of the tabstop for tab expansion. */
358 int tabstop; member in struct:diagnostic_context
opts.cc 3210 dc->tabstop = value;
  /src/external/gpl3/gcc/dist/gcc/
diagnostic-show-locus.cc 345 char_display_policy (int tabstop,
349 : cpp_char_column_policy (tabstop, width_cb),
3181 up, indexed by tabstop. */
3184 for (int tabstop = 1; tabstop != num_tabstops; ++tabstop)
3186 const int this_tab_size = tabstop - (tab_col - 1) % tabstop;
3187 extra_width[tabstop] = this_tab_size - 1;
3189 /* Example of this calculation: if tabstop is 10, the tab starting at colum
    [all...]
diagnostic.cc 506 int tabstop,
519 cpp_char_column_policy policy (tabstop, cpp_wcwidth);
1216 Use TABSTOP when handling DIAGNOSTICS_COLUMN_UNIT_DISPLAY. */
1222 int tabstop)
1241 = convert_column_unit (fc, column_unit, tabstop, start_exploc);
1243 = convert_column_unit (fc, column_unit, tabstop, next_exploc);
2822 const int tabstop = 8;
2848 tabstop);
2857 tabstop);
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-indentation.cc 334 const unsigned int tab_width = global_dc->tabstop;
  /src/external/gpl3/gcc/dist/libcpp/include/
cpplib.h 1553 This is a tabstop value, along with a callback for getting the
1575 cpp_char_column_policy (int tabstop,
1577 : m_tabstop (tabstop),
  /src/external/gpl3/gcc.old/dist/libcpp/include/
cpplib.h 1491 This is a tabstop value, along with a callback for getting the
1513 cpp_char_column_policy (int tabstop,
1515 : m_tabstop (tabstop),
  /src/usr.bin/diff/
diffreg.c 1654 int col, newcol, tabstop; local
1660 while ((tabstop = roundup(col + 1, tabsize)) <= newcol) {
1662 col = tabstop;
  /src/distrib/sets/
fmt-list 27 -- the tab width is 8 and that the string starts at a tabstop.
  /src/external/bsd/less/dist/
opttbl.c 35 public int tabstop; /* Tab settings */ variable

Completed in 40 milliseconds