Lines Matching refs:proto
454 proto = cmd.find('proto')
464 # Done by walking the tree for <proto> element by element.
468 pdecl += noneStr(proto.text)
469 tdecl += noneStr(proto.text)
472 for elem in proto:
676 # validateGroups() - call to verify that each <proto> or <param>
781 # based on its <proto><name> element.
784 # Required <command> attributes: 'name' or <proto><name> tag contents
788 # it from contents of its <proto><name> tag.
790 cmd.attrib['name'] = cmd.find('proto/name').text
1135 """Validate group= attributes on <param> and <proto> tags"""
1140 proto = cmd.find('proto')
1141 funcname = cmd.find('proto/name').text
1142 if ('group' in proto.attrib.keys()):
1143 group = proto.get('group')