Lines Matching defs:value
830 o.title = "Left x value of scan area";
831 o.desc = "Left x value of scan area";
850 o.title = "Right x value of scan area";
851 o.desc = "Right x value of scan area";
870 o.title = "Top y value of scan area";
871 o.desc = "Top y value of scan area";
890 o.title = "Bottom y value of scan area";
891 o.desc = "Bottom y value of scan area";
3159 register void *value = malloc(size);
3161 if (value == NULL) {
3165 return value;
3171 register void *value;
3176 value = realloc(p, size);
3178 if (value == NULL) {
3183 return value;