Lines Matching defs:value
840 o.title = "Left x value of scan area";
841 o.desc = "Left x value of scan area";
860 o.title = "Right x value of scan area";
861 o.desc = "Right x value of scan area";
880 o.title = "Top y value of scan area";
881 o.desc = "Top y value of scan area";
900 o.title = "Bottom y value of scan area";
901 o.desc = "Bottom y value of scan area";
3063 register void *value = malloc (size);
3065 if (!value)
3069 return value;
3075 register void *value;
3080 value = realloc (p, size);
3082 if (!value)
3086 return value;