Searched refs:LINE_LIMIT (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dmklog.py41 LINE_LIMIT = 100 variable
143 if len(line.replace('\t', ' ' * TAB_WIDTH) + ' ' + text) <= LINE_LIMIT:
/netbsd-current/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
H A Dgit_commit.py171 LINE_LIMIT = 100 variable
458 if len(line.replace('\t', ' ' * TAB_WIDTH)) > LINE_LIMIT:
462 % LINE_LIMIT, line))
/netbsd-current/external/gpl3/gcc/dist/contrib/gcc-changelog/
H A Dgit_commit.py171 LINE_LIMIT = 100 variable
458 if len(line.replace('\t', ' ' * TAB_WIDTH)) > LINE_LIMIT:
462 % LINE_LIMIT, line))

Completed in 521 milliseconds