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

  /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/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:
  /src/external/gpl2/diffutils/dist/src/
diff.h 28 #define TAB_WIDTH 8
  /src/external/gpl2/xcvs/dist/diff/
diff.h 24 #define TAB_WIDTH 8
  /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;

Completed in 33 milliseconds