OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:star_prefix_regex
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/contrib/gcc-changelog/
git_commit.py
172
star_prefix_regex
= re.compile(r'\t\*(?P<spaces>\ *)(?P<content>.*)')
variable
246
m =
star_prefix_regex
.match(line)
453
or
star_prefix_regex
.match(b) or pr_regex.match(b)
567
m =
star_prefix_regex
.match(line)
/src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
git_commit.py
164
star_prefix_regex
= re.compile(r'\t\*(?P<spaces>\ *)(?P<content>.*)')
variable
238
m =
star_prefix_regex
.match(line)
439
or
star_prefix_regex
.match(b) or pr_regex.match(b)
553
m =
star_prefix_regex
.match(line)
Completed in 27 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026