Lines Matching refs:tail
1067 def makeProtoName(self, name, tail):1068 return self.genOpts.apientry + name[2:] + tail1167 if ((elem.tag is not 'type') and (elem.tail is not None)) and '*' in elem.tail: