Lines Matching full:value
50 int value;
75 if (sscanf(buffer, "%s%s%d", dummystr, namestr, &value) != 3) {
96 vdict->vendorcode = value;
138 error("rc_read_dictionary: invalid value on line %d of dictionary %s",
143 value = atoi (valstr);
196 attr->value = value;
208 else if (strncmp (buffer, "VALUE", 5) == 0)
210 /* Read the VALUE line */
214 error("rc_read_dictionary: invalid value entry on line %d of dictionary %s",
241 error("rc_read_dictionary: invalid value on line %d of dictionary %s",
246 value = atoi (valstr);
248 /* Create a new VALUE entry for the list */
259 dval->value = value;
303 if (attr->value == attribute) {
315 if (attr->value == attribute) {
366 * Purpose: Return the full value structure based on the
367 * value name.
390 * Purpose: Return the full value structure based on the
391 * actual value and the associated attribute name.
395 DICT_VALUE * rc_dict_getval (UINT4 value, char *attrname)
403 val->value == value)