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

  /src/external/gpl3/gdb/dist/contrib/
mklog.py 48 template_and_param_regex = re.compile(r'<[^<>]*>') variable
94 fn = re.sub(template_and_param_regex, '', fn)
  /src/external/gpl3/gdb.old/dist/contrib/
mklog.py 48 template_and_param_regex = re.compile(r'<[^<>]*>') variable
94 fn = re.sub(template_and_param_regex, '', fn)
  /src/external/gpl3/gcc/dist/contrib/
mklog.py 85 template_and_param_regex = re.compile(r'<[^<>]*>') variable
135 fn = re.sub(template_and_param_regex, '', fn)
  /src/external/gpl3/gcc.old/dist/contrib/
mklog.py 57 template_and_param_regex = re.compile(r'<[^<>]*>') variable
109 fn = re.sub(template_and_param_regex, '', fn)

Completed in 16 milliseconds