Lines Matching refs:node
428 protoNode = None # proto is a first child of every command node
431 # if node is alias then use the fact that alias definition follows aliased structure
441 # go to next node
446 # memorize prototype node
620 # if node is alias then use the fact that alias definition follows aliased bitmasks;
636 # if node is alias then use the fact that alias definition follows aliased structure;
644 # go to next node
653 for node in memberNode:
654 if node.tag == "enum":
655 arraySizeList.append(node.text)
657 if '[' in node.tail and len(node.tail) > 2:
658 arraySizeList += node.tail.replace(']', ' ').replace('[', ' ').split()
720 # each enum is defined in separate enums node directly under root node