Searched refs:enum_attribute (Results 1 – 2 of 2) sorted by relevance
818 char *enum_attribute) in find_enumeration() argument825 for (j = 0; j + 1 < strlen(enum_attribute); j++) { in find_enumeration()826 if (enum_attribute[j] == '.') { in find_enumeration()832 enum_name = enum_attribute + idx + 1; in find_enumeration()835 if (strncmp(i->name, enum_attribute, idx) == 0) in find_enumeration()840 enum_name = enum_attribute; in find_enumeration()
1353 def enum_attribute(): function1357 for action in (int_attribute, string_attribute, enum_attribute):