HomeSort by: relevance | last modified time | path
    Searched refs:item_parenthesis_regex (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/gcc-changelog/
git_commit.py 175 item_parenthesis_regex = re.compile(r'\t(\*|\(\S+\):)') variable
621 or item_parenthesis_regex.match(entry.lines[i+1]))):
  /src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
git_commit.py 167 item_parenthesis_regex = re.compile(r'\t(\*|\(\S+\):)') variable
607 or item_parenthesis_regex.match(entry.lines[i+1]))):

Completed in 64 milliseconds