Searched defs:R_OFFSET (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1TextPop.c | 75 #define R_OFFSET 1 macro 615 * We need to add R_OFFSET to the radio_data, because the value zero (0) 624 XtSetArg(args[num_args], XtNradioData, (caddr_t) XawsdLeft + R_OFFSET); 636 XtSetArg(args[num_args], XtNradioData, (caddr_t) XawsdRight + R_OFFSET); 788 R_OFFSET); 918 R_OFFSET);
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | TextPop.c | 85 #define R_OFFSET 1 macro 654 * We need to add R_OFFSET to the radio_data, because the value zero (0) 663 XtSetArg(args[num_args], XtNradioData, (XPointer) XawsdLeft + R_OFFSET); 675 XtSetArg(args[num_args], XtNradioData, (XPointer) XawsdRight + R_OFFSET); 826 R_OFFSET); 976 R_OFFSET);
|
Completed in 1534 milliseconds