Searched refs:button_function (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/bitmap/dist/ |
| H A D | BitmapP.h | 121 int button_function[5]; member in struct:__anon3c2117c80608 195 #define Value(BW, button) (BW->bitmap.button_function[button - 1])
|
| H A D | Bitmap.c | 105 Offset(button_function[0]), XtRImmediate, (XtPointer) Set}, 107 Offset(button_function[1]), XtRImmediate, (XtPointer) Invert}, 109 Offset(button_function[2]), XtRImmediate, (XtPointer) Clear}, 111 Offset(button_function[3]), XtRImmediate, (XtPointer) Clear}, 113 Offset(button_function[4]), XtRImmediate, (XtPointer) Clear}, 738 static int button_function; local in function:CvtStringToButtonFunction 744 button_function = Clear; 745 to_val->addr = (XPointer) &button_function; 746 to_val->size = sizeof(button_function); 751 button_function [all...] |
Completed in 3 milliseconds