Lines Matching refs:proto
453 proto = cmd.find('proto')
463 # Done by walking the tree for <proto> element by element.
467 pdecl += noneStr(proto.text)
468 tdecl += noneStr(proto.text)
471 for elem in proto:
667 # validateGroups() - call to verify that each <proto> or <param>
772 # based on its <proto><name> element.
775 # Required <command> attributes: 'name' or <proto><name> tag contents
779 # it from contents of its <proto><name> tag.
781 cmd.attrib['name'] = cmd.find('proto/name').text
1126 """Validate group= attributes on <param> and <proto> tags"""
1131 proto = cmd.find('proto')
1132 funcname = cmd.find('proto/name').text
1133 if ('group' in proto.attrib.keys()):
1134 group = proto.get('group')