Searched refs:no_functions (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gdb/dist/contrib/ |
H A D | mklog.py | 124 def generate_changelog(data, no_functions=False, fill_pr_titles=False): argument 185 if not no_functions: 242 output = generate_changelog(data, args.no_functions,
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
H A D | mklog.py | 137 def generate_changelog(data, no_functions=False, fill_pr_titles=False, argument 231 if not no_functions: 331 output = generate_changelog(data, args.no_functions,
|
/netbsd-src/external/gpl3/gcc/dist/contrib/ |
H A D | mklog.py | 158 def generate_changelog(data, no_functions=False, fill_pr_titles=False, argument 261 if not no_functions: 367 output = generate_changelog(data, args.no_functions,
|