Lines Matching defs:toVal
120 { (*toVal).size = sizeof(type); (*toVal).addr = (XPointer) address; }
127 XrmValuePtr fromVal, XrmValuePtr toVal)
279 if (toVal->addr != NULL) { \
280 if (toVal->size < sizeof(type)) { \
281 toVal->size = sizeof(type); \
284 *(type*)(toVal->addr) = (value); \
289 toVal->addr = (XPointer)&static_val; \
291 toVal->size = sizeof(type); \
301 * toVal - value to convert to.
309 XrmValuePtr fromVal, XrmValuePtr toVal,