Home
last modified time | relevance | path

Searched refs:GetEnumTagItem (Results 1 – 2 of 2) sorted by relevance

/dports/devel/avra/avra-1.4.2/src/
H A Dcoff.h325 int GetEnumTagItem(char *p, char **pEnd, char **pEnumName, int *pEnumValue);
H A Dcoff.c1268 GetEnumTagItem(char *p, char **pEnd, char **pEnumName, int *pEnumValue) in GetEnumTagItem() function
1534 if (GetEnumTagItem(p, &p, &pName, &EnumValue) != True) { in stab_add_tag_type()