Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/contrib/
Dmklog.py41 LINE_LIMIT = 100 variable
143 if len(line.replace('\t', ' ' * TAB_WIDTH) + ' ' + text) <= LINE_LIMIT: