Lines Matching defs:toVal
1478 if (toVal->addr != NULL) { \
1479 if (toVal->size < sizeof(type)) { \
1480 toVal->size = sizeof(type); \
1485 *(type*)(toVal->addr) = (value); \
1490 toVal->addr = (XPointer)&static_val; \
1492 toVal->size = sizeof(type); \
1497 XmuFreeXftColor (XtAppContext app, XrmValuePtr toVal, XtPointer closure,
1516 color = (XftColor *) toVal->addr;
1526 XrmValue *fromVal, XrmValue *toVal,
1577 XmuFreeXftFont (XtAppContext app, XrmValuePtr toVal, XtPointer closure,
1594 font = *((XftFont **) toVal->addr);
1602 XrmValue *fromVal, XrmValue *toVal,