Lines Matching refs:strip
83 return multi_space.sub(' ', s.strip())
476 arg = arg.strip()
568 parts = possible_name.strip().split('.')
621 … f"Excess {dname} '{section}' description in '{decl_name}' {hint}".strip())
647 … f"Excess {dname} '{param_name}' description in '{decl_name}' {hint}".strip())
728 s_id = s_id.strip()
739 arg = arg.strip()
813 clause = KernRe(r'\s+').sub(' ', clause.strip(), count=1)
921 if not arg.strip():
1002 default_val = default_val.lstrip("=").strip()
1153 return_type = r.group(1).strip()
1279 self.entry.identifier = self.entry.identifier.strip(" ")
1588 self.entry.prototype = KernRe(r'/\*.*\*/').sub('', self.entry.prototype).strip()
1620 line = KernRe(r"//.*$", re.S).sub('', line).strip()
1735 line = line.expandtabs().strip("\n")