Lines Matching +full:sub +full:- +full:group
2 # SPDX-License-Identifier: GPL-2.0
14 parser.add_argument("-v", "--verbose", action="store_true",
29 macro_def = re.sub(macro_pattern, '', macro_line)
30 identifier = match.group(1)
31 content = match.group(2)
54 print(f"Argument {arg} is not used in function-line macro {identifier}")
66 macro = re.sub(comment_pattern1, '', macro)
67 macro = re.sub(comment_pattern2, '', macro)
88 cond_compile -= 1
94 while macro[-1] == '\\':
95 macro = macro[0:-1]