OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 17 milliseconds
Indexes created Tue May 05 00:25:04 UTC 2026