Lines Matching defs:cmd_path
237 def add_line_label(labels, label, cmd_path, cmd_lineno):
243 err.filename = cmd_path
252 def add_address(addresses, address, cmd_path, cmd_lineno):
259 err.filename = cmd_path
272 CmdPath = namedtuple("cmd_path", "base declared")
273 cmd_path = CmdPath(path, path)
327 cmd_path,
360 cmd_path = CmdPath(cmd_path.base, str(PurePath(declared_path)))
361 declared_files.add(cmd_path.declared)