Lines Matching refs:values
2076 char values[TAG_MAX_ATTRIBUTES][TAG_MAX_LENGTH] ) in getTag()
2199 values[*attributeCount][length++] = c; in getTag()
2208 values[*attributeCount][length] = 0; in getTag()
2528 char values[TAG_MAX_ATTRIBUTES][TAG_MAX_LENGTH]; in yylex() local
2553 tagType = getTag(STATE, tag, &attributeCount, attributes, values); in yylex()
2574 object->idref = strtol(values[i], NULL, 0); in yylex()
2579 object->idref = strtol(values[i], NULL, 0); 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()
2645 object->size = strtoul(values[i], NULL, 0); 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()