Lines Matching refs:value
158 * a special value.
217 * shortest representation of a 32bit value is to be used. A decoder
1336 * corrected in later revisions. The value of the correction field is
2058 unsigned int value;
2071 ret = sscanf(line, "%X..%X ; %d #", &first, &last, &value);
2074 unicode_data[unichar].ccc = value;
2078 printf(" %X..%X ccc %d\n", first, last, value);
2083 ret = sscanf(line, "%X ; %d #", &unichar, &value);
2085 unicode_data[unichar].ccc = value;
2088 printf(" %X ccc %d\n", unichar, value);
3196 /* Replace NUL with a value that will cause an error if seen. */