Lines Matching defs:prop_ret
37 unsigned char *prop_ret;
41 prop_ret = NULL;
44 &bytes_after, &prop_ret);
45 if (prop_ret)
46 XFree(prop_ret);
124 unsigned char *prop_ret;
134 prop_ret = NULL;
137 &bytes_after, &prop_ret) != Success)
140 if (prop_ret && type_ret == XA_WINDOW && format_ret == 32) {
142 return ((unsigned long *) prop_ret);
144 if (prop_ret)
145 XFree(prop_ret);