Lines Matching refs:attributes
2075 char attributes[TAG_MAX_ATTRIBUTES][TAG_MAX_LENGTH], in getTag()
2172 attributes[*attributeCount][length++] = c; in getTag()
2178 attributes[*attributeCount][length] = 0; in getTag()
2527 char attributes[TAG_MAX_ATTRIBUTES][TAG_MAX_LENGTH]; in yylex() local
2553 tagType = getTag(STATE, tag, &attributeCount, attributes, values); in yylex()
2565 if (attributes[i][0] == 'I' && attributes[i][1] == 'D') { in yylex()
2569 if (attributes[i][2] == 'R' && attributes[i][3] == 'E' && in yylex()
2570 attributes[i][4] == 'F' && !attributes[i][5]) { in yylex()
2578 if (!attributes[i][2]) { in yylex()
2614 if (!strcmp(attributes[i], "format") && !strcmp(values[i], "hex")) { in yylex()
2626 … if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) || strcmp(tag, "data")) { in yylex()
2644 if (!strcmp(attributes[i], "size")) { in yylex()
2653 …if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) || strcmp(tag, "integer")… in yylex()
2669 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) in yylex()
2695 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) in yylex()