Home
last modified time | relevance | path

Searched refs:template_and_param_regex (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/contrib/
H A Dmklog.py48 template_and_param_regex = re.compile(r'<[^<>]*>') variable
94 fn = re.sub(template_and_param_regex, '', fn)
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dmklog.py53 template_and_param_regex = re.compile(r'<[^<>]*>') variable
105 fn = re.sub(template_and_param_regex, '', fn)
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dmklog.py57 template_and_param_regex = re.compile(r'<[^<>]*>') variable
109 fn = re.sub(template_and_param_regex, '', fn)