Searched refs:TAB_WIDTH (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl2/xcvs/dist/diff/
H A Dside.c56 for (tab = from + TAB_WIDTH - from % TAB_WIDTH; tab <= to; tab += TAB_WIDTH)
92 unsigned spaces = TAB_WIDTH - in_position % TAB_WIDTH;
H A Ddiff.h24 #define TAB_WIDTH 8 macro
H A Dutil.c647 unsigned spaces = TAB_WIDTH - column % TAB_WIDTH;
H A Ddiff.c632 int t = tab_expand_flag ? 1 : TAB_WIDTH;
/netbsd-current/external/gpl2/diffutils/dist/src/
H A Dside.c55 for (tab = from + TAB_WIDTH - from % TAB_WIDTH; tab <= to; tab += TAB_WIDTH)
88 unsigned int spaces = TAB_WIDTH - in_position % TAB_WIDTH;
H A Dutil.c409 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;
H A Ddiff.h28 #define TAB_WIDTH 8 macro
H A Dio.c296 repetitions = TAB_WIDTH - column % TAB_WIDTH;
364 repetitions = TAB_WIDTH - column % TAB_WIDTH;
H A Ddiff.c663 unsigned int t = expand_tabs ? 1 : TAB_WIDTH;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-indentation.c677 TAB_WIDTH, \
683 TAB_WIDTH, \
712 TAB_WIDTH) \
716 TAB_WIDTH); \
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-indentation.cc714 TAB_WIDTH, \
720 TAB_WIDTH, \
749 TAB_WIDTH) \
753 TAB_WIDTH); \
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dmklog.py42 TAB_WIDTH = 8 variable
143 if len(line.replace('\t', ' ' * TAB_WIDTH) + ' ' + text) <= LINE_LIMIT:
/netbsd-current/external/gpl2/groff/dist/src/devices/grotty/
H A Dtty.cpp45 #define TAB_WIDTH 8 macro
693 int next_tab_pos = ((hpos + TAB_WIDTH) / TAB_WIDTH) * TAB_WIDTH;
/netbsd-current/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
H A Dgit_commit.py172 TAB_WIDTH = 8 variable
458 if len(line.replace('\t', ' ' * TAB_WIDTH)) > LINE_LIMIT:
/netbsd-current/external/gpl3/gcc/dist/contrib/gcc-changelog/
H A Dgit_commit.py172 TAB_WIDTH = 8 variable
458 if len(line.replace('\t', ' ' * TAB_WIDTH)) > LINE_LIMIT:

Completed in 132 milliseconds