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

  /src/external/gpl3/gcc/dist/contrib/
mklog.py 42 LINE_LIMIT = 100
169 if len(line.replace('\t', ' ' * TAB_WIDTH) + ' ' + text) <= LINE_LIMIT:
  /src/external/gpl3/gcc.old/dist/contrib/
mklog.py 41 LINE_LIMIT = 100
143 if len(line.replace('\t', ' ' * TAB_WIDTH) + ' ' + text) <= LINE_LIMIT:
  /src/external/gpl3/gcc/dist/contrib/gcc-changelog/
git_commit.py 179 LINE_LIMIT = 100
472 if len(line.replace('\t', ' ' * TAB_WIDTH)) > LINE_LIMIT:
476 % LINE_LIMIT, line))
  /src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
git_commit.py 171 LINE_LIMIT = 100
458 if len(line.replace('\t', ' ' * TAB_WIDTH)) > LINE_LIMIT:
462 % LINE_LIMIT, line))

Completed in 21 milliseconds