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

  /src/external/gpl2/diffutils/dist/src/
side.c 55 for (tab = from + TAB_WIDTH - from % TAB_WIDTH; tab <= to; tab += TAB_WIDTH)
88 unsigned int spaces = TAB_WIDTH - in_position % TAB_WIDTH;
util.c 409 column += TAB_WIDTH - column % TAB_WIDTH;
418 column2 += TAB_WIDTH - column2 % TAB_WIDTH;
445 column += c1 == '\t' ? TAB_WIDTH - column % TAB_WIDTH : 1;
561 unsigned int spaces = TAB_WIDTH - column % TAB_WIDTH;
diff.h 28 #define TAB_WIDTH 8
io.c 296 repetitions = TAB_WIDTH - column % TAB_WIDTH;
364 repetitions = TAB_WIDTH - column % TAB_WIDTH;
diff.c 663 unsigned int t = expand_tabs ? 1 : TAB_WIDTH;
  /src/external/gpl2/xcvs/dist/diff/
side.c 56 for (tab = from + TAB_WIDTH - from % TAB_WIDTH; tab <= to; tab += TAB_WIDTH)
92 unsigned spaces = TAB_WIDTH - in_position % TAB_WIDTH;
diff.h 24 #define TAB_WIDTH 8
util.c 647 unsigned spaces = TAB_WIDTH - column % TAB_WIDTH;
diff.c 632 int t = tab_expand_flag ? 1 : TAB_WIDTH;
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-indentation.cc 32 next_tab_stop (unsigned int vis_column, unsigned int tab_width)
34 vis_column = ((vis_column + tab_width) / tab_width) * tab_width;
52 unsigned int tab_width)
71 vis_column = next_tab_stop (vis_column, tab_width);
94 unsigned int tab_width)
113 vis_column = next_tab_stop (vis_column, tab_width);
168 unsigned int tab_width)
176 if (get_first_nws_vis_column (fc, file, line, &line_vis_column, tab_width))
337 const unsigned int tab_width = global_dc->m_tabstop; local
679 const unsigned int tab_width = 8; local
793 const unsigned int tab_width = 8; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-indentation.cc 32 next_tab_stop (unsigned int vis_column, unsigned int tab_width)
34 vis_column = ((vis_column + tab_width) / tab_width) * tab_width;
51 unsigned int tab_width)
70 vis_column = next_tab_stop (vis_column, tab_width);
92 unsigned int tab_width)
111 vis_column = next_tab_stop (vis_column, tab_width);
165 unsigned int tab_width)
173 if (get_first_nws_vis_column (file, line, &line_vis_column, tab_width))
334 const unsigned int tab_width = global_dc->tabstop; local
669 const unsigned int tab_width = 8; local
774 const unsigned int tab_width = 8; local
    [all...]
  /src/external/gpl3/gcc/dist/contrib/
mklog.py 43 TAB_WIDTH = 8
169 if len(line.replace('\t', ' ' * TAB_WIDTH) + ' ' + text) <= LINE_LIMIT:
  /src/external/gpl3/gcc.old/dist/contrib/
mklog.py 42 TAB_WIDTH = 8
143 if len(line.replace('\t', ' ' * TAB_WIDTH) + ' ' + text) <= LINE_LIMIT:
  /src/external/gpl2/groff/dist/src/devices/grotty/
tty.cpp 45 #define TAB_WIDTH 8
693 int next_tab_pos = ((hpos + TAB_WIDTH) / TAB_WIDTH) * TAB_WIDTH;
  /src/external/gpl3/gcc/dist/contrib/gcc-changelog/
git_commit.py 180 TAB_WIDTH = 8
472 if len(line.replace('\t', ' ' * TAB_WIDTH)) > LINE_LIMIT:
  /src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
git_commit.py 172 TAB_WIDTH = 8
458 if len(line.replace('\t', ' ' * TAB_WIDTH)) > LINE_LIMIT:

Completed in 24 milliseconds