Lines Matching refs:strip
82 return multi_space.sub(' ', s.strip())
399 arg = arg.strip()
691 s_id = s_id.strip()
698 arg = arg.strip()
720 arg = arg.strip()
740 name = KernRe(r'^\s*\**(\S+)\s*').sub(r'\1', name).strip()
777 clause = clause.strip()
1059 return_type = r.group(1).strip()
1188 self.entry.identifier = self.entry.identifier.strip(" ")
1491 self.entry.prototype = KernRe(r'/\*.*\*/').sub('', self.entry.prototype).strip()
1521 line = KernRe(r"//.*$", re.S).sub('', line).strip()
1636 line = line.expandtabs().strip("\n")