HomeSort by: relevance | last modified time | path
    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